<!-- Don't show XHTML files unless user is in developer role -->
<security-constraint>
<display-name>Restrict XHTML Documents</display-name>
<web-resource-collection>
<web-resource-name>XHTML</web-resource-name>
<url-pattern>*.xhtml</url-pattern>
</web-resource-collection>
<auth-constraint>
<description>Only Let 'developer's access XHTML pages
</description>
<role-name>developer</role-name>
</auth-constraint>
</security-constraint>
Tags in my blog
09 May 2009
Restrict files accessibility from web.xml
Example to restrict access to facelet .xhtml files from web.xml:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment