File tree Expand file tree Collapse file tree
vul/vul-webapp/src/main/webapp/WEB-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments