Hi,
I have seam app, with folder "/myApp/pages/" restricted like:
| <page view-id="/pages/*">
| <restrict>#{identity.loggedIn}</restrict>
| <navigation from-action="#{myAction.myMethod}">
| <redirect view-id="/main_page.xhtml"/>
| </navigation>
|
page access is secured but if i write:
http://localhost:8080/myApp/pages/
I see all of files and folders. How can I prevent this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055053#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...