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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to