Skip to content

Instantly share code, notes, and snippets.

@ulinkwo
Created April 7, 2010 11:57
Show Gist options
  • Save ulinkwo/358790 to your computer and use it in GitHub Desktop.
Save ulinkwo/358790 to your computer and use it in GitHub Desktop.
<security-constraint>
<web-resource-collection>
<web-resource-name>Forbidden</web-resource-name>
<url-pattern>/pages/*</url-pattern>
</web-resource-collection>
<auth-constraint/>
</security-constraint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment