NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item928: Update documentation of Foswiki::Request
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Low |
Closed |
Engine |
Foswiki::Request |
|
Foswiki::Request documentation state that in the presence of both QUERY_STRING and body parameters (sent in a POST request), all values are available, but it's wrong. The first time I designed
Foswiki::Request it behaved this way, but I read
CGI.pm code and made a few tests and came to the conclusion that QUERY_STRING is
ignored if request method is
POST, then I changed
Foswiki::Request, but I didn't update its documentation.
--
GilmarSantosJr - 31 Jan 2009