You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/07/10 01:37:06 UTC

DO NOT REPLY [Bug 37285] - POST of document through CGI

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 markt@apache.org  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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org