DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37285>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37285 ------- Additional Comments From [EMAIL PROTECTED] 2006-07-09 23:37 ------- I have been reviewing this bug and some of the various unofficial CGI specs (if there was an RFC, this would be so much easier) including: http://cgi-spec.golux.com/ and http://hoohoo.ncsa.uiuc.edu/cgi/interface.html The current parameter handling is somewhat at odds with these specs. I intend to commit a patch over the next few days that will: - Only provide parameters on the command line for 'indexed' queries - Always provide the query string via the QUERY_STRING environment variable - Always provide any POST'd content un-modified via stdin - Never call getParameters() This should resolve the issues set out in this bug and more closely align the behaviour of the CGI Servlet with other CGI providers. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]