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 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 session goes away.  What I'm
aiming for is a webapp where account info is secure and general web pages
are http, and the session is preserved.


In that exact scenario I'm using a Filter to redirect URLs that
don't need to be secure back to http, and I've never (/me knocks
on nearest wooden object!) had a problem with sessions dropping.

FWIW!



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

Reply via email to