mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: vul-webapp failed in servlet 2.3
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user