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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments