Adam Hardy wrote:
> I have set this up with the minimum configuration possible to try to
> find the problem. 1 JSP, one Struts action mapping, 1 servlet mapping,
> and the tomcat realm - no SSO, no filters, no templates, no
> SSL-redirection.
>
> With this security:
>
> <web-resource-collection>
> <web-resource-name>SSL 4 Login</web-resource-name>
> <url-pattern>/login.do</url-pattern>
> </web-resource-collection>
> <auth-constraint>
> <role-name>user</role-name>
> <role-name>admin</role-name>
> </auth-constraint>
> <user-data-constraint>
> <transport-guarantee>CONFIDENTIAL</transport-guarantee>
> </user-data-constraint>
>
> when I try to login to my login.do mapping, in mozilla I get repeated
> login requests from tomcat. The first time twice only, the 2nd time 5
> times, 3rd time 10 times etc etc.
>
> I can see from my logging that the realm login is successful, but tomcat
> keeps giving the login page as stated.
>
> This does not happen in IE6 or lynx, in which the login works as normal.
>
> Has anybody else experienced this?
Did you get correctly switched to SSL mode ?
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
R�my Maucherat
Senior Developer & Consultant
JBoss Group (Europe) S�RL
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)