resinonly.xml
1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<elements version="1.0.0">
<element>
<key>FixIPFilter</key>
<filepath>/WEB-INF/web.xml</filepath>
<xpath>/web-app/filter/filter-name[text()='FixIPFilter']/parent::*</xpath>
<content>
<![CDATA[
<filter>
<filter-name>FixIPFilter</filter-name>
<filter-class>weaver.filter.FixIPFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>FixIPFilter</filter-name>
<url-pattern>*.jsp</url-pattern>
</filter-mapping>
]]>
</content>
</element>
<element>
<key>ConnFastFilter</key>
<filepath>/WEB-INF/web.xml</filepath>
<xpath>/web-app/filter/filter-name[text()='ConnFastFilter']/parent::*</xpath>
<content>
<![CDATA[
<filter>
<filter-name>ConnFastFilter</filter-name>
<filter-class>weaver.filter.ConnFastFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>ConnFastFilter</filter-name>
<url-pattern>*.jsp</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>ConnFastFilter</filter-name>
<url-pattern>/weaver/weaver.common.util.taglib.SplitPageXmlServlet</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>ConnFastFilter</filter-name>
<url-pattern>/weaver/weaver.common.util.taglib.SplitPageXmlServletNew</url-pattern>
</filter-mapping>
]]>
</content>
</element>
</elements>