Skip to content

Commit 713d24e

Browse files
committed
Revert "test: vul-webapp failed in servlet 2.3"
This reverts commit 93971fc.
1 parent 5ddbca5 commit 713d24e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

  • vul/vul-webapp/src/main/webapp/WEB-INF

vul/vul-webapp/src/main/webapp/WEB-INF/web.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<web-app>
2+
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
3+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
4+
id="WebApp_ID" version="2.5">
35
<welcome-file-list>
46
<welcome-file>index.html</welcome-file>
57
</welcome-file-list>
@@ -101,9 +103,9 @@
101103
<servlet-name>biginteger</servlet-name>
102104
</filter-mapping>
103105

104-
<!-- <listener>-->
105-
<!-- <listener-class>EmptyListener</listener-class>-->
106-
<!-- </listener>-->
106+
<listener>
107+
<listener-class>EmptyListener</listener-class>
108+
</listener>
107109
<filter>
108110
<filter-name>emptyFilter</filter-name>
109111
<filter-class>EmptyFilter</filter-class>

0 commit comments

Comments
 (0)