You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kanda Upendra <UK...@agris.com> on 2005/04/21 16:58:29 UTC

authentication

Hi,

   I'd like to exclude a few actions from authentication. Is there a
simple way to do this without having to put those actions in a new
namespace.

Here is a sample of my web.xml,

  <security-constraint>
        <web-resource-collection>
            <web-resource-name>foodorigins</web-resource-name>
            <url-pattern>*.jsp</url-pattern>
            <url-pattern>*.action</url-pattern>
        </web-resource-collection>
        <auth-constraint>
            <role-name>Flowers User</role-name>
            <role-name>Mill User</role-name>
        </auth-constraint>
    </security-constraint>






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