You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by delbd <de...@oma.be> on 2005/06/14 11:08:05 UTC

security role 'any'?

Hello,

In a <security-contraint> section of my web.xml, i'll like to state that any 
authentified user is allowed to access, no matter his role. I search the net 
and found suggestion about using 
        <auth-constraint>
            <role-name>*</role-name>
        </auth-constraint>
or 

        <auth-constraint>
            <role-name>any</role-name>
        </auth-constraint>

but none seems to work, i am authentified but i get an access denied.
Do you have any suggestion?
-- 
David Delbecq
Royal Meteorological Institute of Belgium

-
Is there life after /sbin/halt -p?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org