Since you don't say, I would assume given your requirement you want all pages to
require login except the login page (makes sense). This can be accomplished through the
following:
| <pages login-view-id="/auth/login.xhtml">
| <page view-id="*" login-required="true"/>
|
| <page view-id="/auth/login.xhtml" login-required="false"
/>
| ...
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084450#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...