We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2808646 commit 799a99dCopy full SHA for 799a99d
servlet/error-mapping/src/main/webapp/WEB-INF/web.xml
@@ -45,7 +45,8 @@
45
version="3.1"
46
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
47
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48
- xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"> <servlet>
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
49
+ <servlet>
50
<servlet-name>TestServlet</servlet-name>
51
<servlet-class>org.javaee7.servlet.error.mapping.TestServlet</servlet-class>
52
</servlet>
0 commit comments