I have security in my app, this works fine but what I wanted is to access one 
of the pages directly without prompting me to the login page. 

how can I disable the security on a certain page?

my security constraint code is:
        <web-resource-collection> 
            <web-resource-name>LoginResource</web-resource-name> 
            Require users to authenticate 
            <url-pattern>*.faces</url-pattern> 
            <http-method>POST</http-method> 
            <http-method>GET</http-method> 
        </web-resource-collection> 

Can anyone help me with this problem thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980869#3980869

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980869
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to