test: vul-webapp failed in servlet 2.3

This commit is contained in:
ReaJason
2026-02-08 20:44:00 +08:00
parent 874bd29527
commit 58a89f8953
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" <web-app>
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
<welcome-file-list> <welcome-file-list>
<welcome-file>index.html</welcome-file> <welcome-file>index.html</welcome-file>
</welcome-file-list> </welcome-file-list>
@@ -103,9 +101,9 @@
<servlet-name>biginteger</servlet-name> <servlet-name>biginteger</servlet-name>
</filter-mapping> </filter-mapping>
<listener> <!-- <listener>-->
<listener-class>EmptyListener</listener-class> <!-- <listener-class>EmptyListener</listener-class>-->
</listener> <!-- </listener>-->
<filter> <filter>
<filter-name>emptyFilter</filter-name> <filter-name>emptyFilter</filter-name>
<filter-class>EmptyFilter</filter-class> <filter-class>EmptyFilter</filter-class>