use servlet 3.1

This commit is contained in:
Shinsuke Sugaya 2015-09-26 21:39:27 +09:00
parent a0e1b469bc
commit 3c859bffd9

View file

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright 2009-2015 the CodeLibs Project and the Others.
*
@ -14,10 +14,10 @@
* either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
-->
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
<web-app xmlns="http://xmlns.jcp.org/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-app_3_0.xsd"
version="3.0">
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
<!-- ================================================================================= -->
<!-- Servlet Filter -->