Skip to content
Snippets Groups Projects

UC39

Merged htmoss2 requested to merge UC39 into master
12 files
+ 1100
85
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -246,10 +246,12 @@
</web-resource-name>
<!-- Define the context-relative URL(s) to be protected -->
<url-pattern>/auth/admin/*</url-pattern>
<url-pattern>/auth/tester/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<!-- Anyone with one of the listed roles may access this area -->
<role-name>admin</role-name>
<role-name>tester</role-name>
</auth-constraint>
</security-constraint>
Loading