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=38974>. 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=38974 Summary: reverse proxy mutilates multipart message Product: Apache httpd-2 Version: 2.0.55 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The latest 2.0 version mutilates multipart messages when a reverse proxy is configured using ProxyPass and ProxyPassReverse. The setup is as follows: 1. Apache is setup as a reverse proxy and only accepts HTTPS traffic 2. Tomcat is used as the backend server and the communication between Apache and Tomcat is over plain HTTP (no HTTPS). The actions are: 1. The client sends a multipart POST request. 2. Apache forwards the request to the Tomcat server. Using ethereal we found that in the forwarded message the first part of the multipart message is gone! Notes: 1. When accessing Apache over HTTP instead of HTTPS the multipart message is forwared correctly: no parts are lost. 2. Using Apache 2.0.54 instead of 2.0.55 this problem does not occur. -- 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]
