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 2003/07/11 14:16:30 UTC

DO NOT REPLY [Bug 12263] - response.sendRedirect won't send to Tomcat SSL

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=12263>.
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=12263

response.sendRedirect won't send to Tomcat SSL





------- Additional Comments From bgoetz@tetrade.ch  2003-07-11 12:16 -------
We are having a similar issue. I assume that this has to do with the fact that
Tomcat Coyote connector knows about proxyName and proxyPort attributes, however
assumes always http for the proxy. If you are using a HTTPS reverse proxy (or as
you, a Stronghold Apache frontend), the 302 redirect "Location" header receives
the wrong full qualified URL.

I didn't do any further investigation, but I suggest the solution of adding a
proxyScheme attribute which by default is http, but can be overridden with
"https", the only alternative valid value.

I also would change the Component of this bug, but I leave this to active
developers to decide.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org