Advertisement
RJSN

TomcatRedirect

Sep 7th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1.  
  2. <security-constraint>
  3. <web-resource-collection>
  4. <web-resource-name>Protected Context</web-resource-name>
  5. <url-pattern>/*</url-pattern>
  6. </web-resource-collection>
  7. <user-data-constraint>
  8. <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  9. </user-data-constraint>
  10. </security-constraint>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement