Hello,

I'm doing JSP and I need to be able to redirect the user from an SSL site to a non-SSL 
site.  For example:  I have a page that requires a login, but does not really need to 
be SSL
encrypted.  So if they click on this page, they are redirected (using 
response.sendRedirect()) to a login page which is SSL.  After logging in, I want to 
send them back to the page
they were originally trying to get to (which is not SSL).  But when I use 
response.sendRedirect(), both IE and Netscape prompt with a warning that they are 
being redirected to an
insecure document.

Has anyone encountered this problem?  How do you handle redirecting the user from SSL 
to non-SSL?

Thanks,
Neil

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to