forked from hbbohua-water

zhangchunhong
2021-03-15 979445c235cc5701deeb1daa714ac1d572388a35
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
         version="4.0">
    <!--配置SSL    -->
    <!--  <security-constraint>-->
    <!--    <web-resource-collection>-->
    <!--      <web-resource-name>SSL</web-resource-name>-->
    <!--      <url-pattern>/*</url-pattern>-->
    <!--    </web-resource-collection>-->
    <!--    <user-data-constraint>-->
    <!--      <transport-guarantee>CONFIDENTIAL</transport-guarantee>-->
    <!--    </user-data-constraint>-->
    <!--  </security-constraint>-->
</web-app>