Recent

Author Topic: bug found in lazweb, where do I post the correction?  (Read 2381 times)

serge_fastmag

  • New member
  • *
  • Posts: 7
bug found in lazweb, where do I post the correction?
« on: August 19, 2016, 11:00:04 am »
Hi,

I am a new user of Lazarus, trying to port Delphi webBroker program to Lazarus fpc-web (lazweb)

I found a possible bug in httpdefs.pp, line 386 :
    Property PathTranslated : String index Ord(hvPathInfo) read GetHTTPVariable Write SetHTTPVariable;
should be :
    Property PathTranslated : String index Ord(hvPathTranslated) read GetHTTPVariable Write SetHTTPVariable;

This bug produce a bad content for property PathTranslated returning PathInfo content.

Where do I post this message please?

How to recompile lazweb to produce the new httpdefs.ppu in the right folder ?
It seems that the rebuild function does'nt take care of my update.

Thanks

Serge

ASerge

  • Hero Member
  • *****
  • Posts: 2475

 

TinyPortal © 2005-2018