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 2002/06/26 02:32:07 UTC

DO NOT REPLY [Bug 10233] - https relative redirect thinks it's http

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

https relative redirect thinks it's http





------- Additional Comments From rnice@fraudscrub.com  2002-06-26 00:32 -------
Oh, and it completely stuffs the default handlers welcome-file redirect system.

eg.
https://secure.fraudscrub.com/
tries to be redirected to:
http://secure.fraudscrub.com:443/index.html

--------------

openssl s_client -host secure.fraudscrub.com -port 443
[snip]
GET / HTTP/1.0
HOST: secure.fraudscrub.com

HTTP/1.1 302 Moved Temporarily
Content-Type: text/html
Connection: close
Date: Wed, 26 Jun 2002 00:28:34 GMT
Location: http://secure.fraudscrub.com:443/index.html
Server: Apache Tomcat/4.0.3 (HTTP/1.1 Connector)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>