We are using Tomcat/Apache with mod_jk.

Apache (1.3.14) is running mod_ssl (2.7.1-1.3.14) with OpenSSL (0.9.6).
When a servlet is requested under
https://www.mydomain.com:8888/test/MyServlet
and the servlet does a simple
response.sendRedirect("loginfailed.html");

this makes the browser request
http://www.mydomain.com:8888/test/loginfailed.html

At this point Apache complains since the browser is trying to speak HTTP to
an HTTPS enabled port.
any idea why this is happening?

Filip

~
Namaste - I bow to the divine in you.
~
Filip Hanik
Technical Architect
[EMAIL PROTECTED]

----- Original Message -----
From: "Andy Nuss" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 4:37 PM
Subject: 301 vs 302 redirect vs. 303 other


Hi,

Does the reference J2EE spec for tomcat specify whether Tomcat is
required to use 301, 302, or 303 for the

HttpServletResponse.sendRedirect(java.lang.String location)

api?

(Browsers don't all do the same thing.)

-Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to