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=9365>. 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=9365 Change in behaviour of ProxyPass and ProxyPassReverse ------- Additional Comments From [EMAIL PROTECTED] 2002-06-06 21:50 ------- HTTP/1.1 302 Moved Temporarily Date: Thu, 06 Jun 2002 21:22:34 GMT Server: Oracle9iAS (1.0.2.2.1) Containers for J2EE Content-Length: 417 Connection: Close Content-Type: text/html; charset=ISO-8859-1 Location: http://internal.mydomain.com:8888/myapp/messageofday.jsp;jsessionid=2a642a749896 4 I think I may understand what is going on. It has to do with how response.sendRedirect is handled in jsp. It sends a redirect to the browser so it loads the page. It has nothing to do with GET or POST. The new behavior ( support for HTTP/1.1?) in the new version of mod_proxy causes this. I POST the login information to the same page and if it validates I use a response.sendRedirect command to go the the next page. I don't know enough about the standerds to know if this is a desired behaviour of mod_proxy or a bug. If it isn't a bug I will have to find another way to implement my security because my application uses sendRedirect on most pages. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
