Skip to content

Instantly share code, notes, and snippets.

@christianberg
Created June 1, 2010 11:49
Show Gist options
  • Save christianberg/420841 to your computer and use it in GitHub Desktop.
Save christianberg/420841 to your computer and use it in GitHub Desktop.
<security-constraint>
<web-resource-collection>
<url-pattern>/new</url-pattern>
<url-pattern>/post</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>admin</role-name>
</auth-constraint>
</security-constraint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment