
Untitled
By: a guest on
May 5th, 2012 | syntax:
None | size: 0.54 KB | hits: 7 | expires: Never
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
<filter>
<filter-name>com.example.InterceptFilter</filter-name>
<filter-class>com.example.InterceptFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>com.example.InterceptFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
</web-app>