DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12231>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12231 CGI scripts in Rexx receive no input in POST Summary: CGI scripts in Rexx receive no input in POST Product: Tomcat 4 Version: 4.0.4 Final Platform: PC OS/Version: OS/2 Status: NEW Severity: Major Priority: Other Component: Servlets:CGI AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CGI scripts do not receive any input from POST requests. GET requets work fine, since the environment variable QUERY_STRING is set. POST requests do not work, since the output from the server never reaches the Rexx script. I'm using charin(,,Length), where Length is equal to the size reported by CONTENT_LENGTH. charin returns an empty string since it never receives anything from Tomcat, even though the CONTENT_LENGTH is set to >0. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>