| <?xml version="1.0" encoding="ISO-8859-1"?> |
| <web-fragment xmlns="http://java.sun.com/xml/ns/javaee" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd" |
| version="3.0"> |
| |
| <!-- this block will require TLS across all the board --> |
| <security-constraint> |
| <web-resource-collection> |
| <web-resource-name>All</web-resource-name> |
| <url-pattern>/*</url-pattern> |
| </web-resource-collection> |
| <user-data-constraint> |
| <transport-guarantee>CONFIDENTIAL</transport-guarantee> |
| </user-data-constraint> |
| </security-constraint> |
| |
| </web-fragment> |