Skip to content

Commit 93971fc

Browse files
committed
test: vul-webapp failed in servlet 2.3
1 parent 60c40fa commit 93971fc

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

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

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
2+
<web-app>
53
<welcome-file-list>
64
<welcome-file>index.html</welcome-file>
75
</welcome-file-list>
@@ -103,9 +101,9 @@
103101
<servlet-name>biginteger</servlet-name>
104102
</filter-mapping>
105103

106-
<listener>
107-
<listener-class>EmptyListener</listener-class>
108-
</listener>
104+
<!-- <listener>-->
105+
<!-- <listener-class>EmptyListener</listener-class>-->
106+
<!-- </listener>-->
109107
<filter>
110108
<filter-name>emptyFilter</filter-name>
111109
<filter-class>EmptyFilter</filter-class>

0 commit comments

Comments
 (0)