forked from hbbohua-water

zhanglei
2021-03-29 d961fc19b5ee46d4a0847043dd0ecc02bd36db74
hbbohua-water-webapp/src/main/webapp/WEB-INF/web.xml
@@ -1,7 +1,14 @@
<!DOCTYPE web-app PUBLIC
 "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
 "http://java.sun.com/dtd/web-app_2_3.dtd" >
<web-app>
  <display-name>Archetype Created Web Application</display-name>
</web-app>
<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>