[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - direct access to a page

jim100685 do-not-reply at jboss.com
Wed Oct 25 19:31:15 EDT 2006


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



More information about the jboss-user mailing list