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