Re: tomcat 5 combined http and https, same session

2005-10-25 Thread Maurice Yarrow
Hassan Thanks: Ah, I see, you are using a sendRedirect(...). Yes, this certainly lets you forward without having to get the formal context of the target but it does put the URL on the browser line if I remember correctly. This will work for some of what I am doing but not in the case where I re

Re: tomcat 5 combined http and https, same session

2005-10-25 Thread Mark Sutton
If you are using Struts, then the following can help you perform the switching: http://sourceforge.net/projects/sslext Mark On 25/10/05, Rob <[EMAIL PROTECTED]> wrote: > > Hi All, > > I looked through the mail archives as well - past two years. There's some > interesting info, but nothing that

Re: tomcat 5 combined http and https, same session

2005-10-25 Thread Hassan Schroeder
Maurice Yarrow wrote: > I'm also interested in this issue of http(s) switching. > Could you possibly put up an example of this filter? Sure: And, of course, this should be the *first* Filter in your chain... FWIW! -- Hassan Schroe

Re: tomcat 5 combined http and https, same session

2005-10-24 Thread Maurice Yarrow
Hello Hassan I'm also interested in this issue of http(s) switching. Could you possibly put up an example of this filter? Maurice Yarrow Hassan Schroeder wrote: Rob wrote: to run https for some pages in my webapp, and http for other pages, using the same session. It's working where I can

Re: tomcat 5 combined http and https, same session

2005-10-24 Thread Hassan Schroeder
Rob wrote: > to run https for some pages in my webapp, and http for other pages, using > the same session. It's working where I can redirect from http to https (see > the web.xml security constraint block below), but then I'm in https for all > web pages, and if I type http at the URL, the sessio

tomcat 5 combined http and https, same session

2005-10-24 Thread Rob
Hi All, I looked through the mail archives as well - past two years. There's some interesting info, but nothing that seems to address the issue. My goal is to run https for some pages in my webapp, and http for other pages, using the same session. It's working where I can redirect from http to