https://issues.apache.org/bugzilla/show_bug.cgi?id=43613
--- Comment #9 from jann forrer <jann.forrer id.unizh.ch> 2008-02-28 08:12:03 ---
if (policy.isSSLProtected() && !request.isSecure())
{
Session session = request.getSession(true);
....
works at least for 1.2. That means no redirect loops if
using mod_proxy but you
have to proxy to https!
I still need to update the docu.
Jann
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e
mail
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe lenya.apache.org
For additional commands, e-mail: dev-help lenya.apache.org
|