Re: Switching from HTTPS to HTTP

2004-03-14 Thread Marino A. Jonsson
now, I'm using Tomcat web server. > >> Can I just use a send redirect to a HTTP address?? > >> > >> Ex: > >> sendRedirect("http://myserver/myapp/main.jsp";); > >> > >> -Original Message- > >> From: Mark Lowe [mailto:[

Re: Switching from HTTPS to HTTP

2004-03-12 Thread Adam Hardy
P address?? Ex: sendRedirect("http://myserver/myapp/main.jsp";); -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 12 de março de 2004 13:30 To: Struts Users Mailing List Subject: Re: Switching from HTTPS to HTTP There's some java thingy you

Re: Switching from HTTPS to HTTP

2004-03-12 Thread Mark Lowe
a HTTP address?? Ex: sendRedirect("http://myserver/myapp/main.jsp";); -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 12 de março de 2004 13:30 To: Struts Users Mailing List Subject: Re: Switching from HTTPS to HTTP There's some java thingy you

Re: Switching from HTTPS to HTTP

2004-03-12 Thread Niall Pemberton
al Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 12 de março de 2004 13:30 To: Struts Users Mailing List Subject: Re: Switching from HTTPS to HTTP There's some java thingy you can use to do this, sslext or something.. If you are using apache for your webserver you

RE: Switching from HTTPS to HTTP

2004-03-12 Thread Joao Batistella
ED] Sent: sexta-feira, 12 de março de 2004 13:30 To: Struts Users Mailing List Subject: Re: Switching from HTTPS to HTTP There's some java thingy you can use to do this, sslext or something.. If you are using apache for your webserver you can use mod_rewrite which means less hassle con

Re: Switching from HTTPS to HTTP

2004-03-12 Thread Mark Lowe
There's some java thingy you can use to do this, sslext or something.. If you are using apache for your webserver you can use mod_rewrite which means less hassle configuring development envionments and such like. Here's an example. NameVirtualHost machinedomain.net:80 DocumentRoot /w

Switching from HTTPS to HTTP

2004-03-12 Thread Joao Batistella
Hello! In my application the login page uses HTTPS to send username and password to the server. But after that, if login operation succeed, I want to send the user to the main application page using HTTP protocol, not HTTPS. How can I switch? Thanks in advance, JP

[sslExt] Switching from HTTPS to HTTP and avoiding the "You are about to be redirected to a connection."

2003-04-01 Thread Robert Taylor
I'm using Struts1.1rc1 and sslExtRC1-2. BTW, thanks to Steve for this package. There is one caveat however... If you submit a request to the server via HTTPS and that request is redirected to HTTP before returning to the client (server side code does a Response.sendRedirect() switching the protoc