resinonly.xml 1.42 KB
<?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>