aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--pdf-as-web/src/main/webapp/WEB-INF/web.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/WEB-INF/web.xml b/pdf-as-web/src/main/webapp/WEB-INF/web.xml
index f8b886ca..b6cfb46d 100644
--- a/pdf-as-web/src/main/webapp/WEB-INF/web.xml
+++ b/pdf-as-web/src/main/webapp/WEB-INF/web.xml
@@ -16,9 +16,16 @@
<filter-class>at.gv.egiz.pdfas.web.filter.ExceptionCatchFilter</filter-class>
</filter>
<filter>
+ <filter-name>UserAgentFilter</filter-name>
+ <display-name>UserAgentFilter</display-name>
+ <description></description>
+ <filter-class>at.gv.egiz.pdfas.web.filter.UserAgentFilter</filter-class>
+ </filter>
+ <filter>
<filter-name>sitemesh</filter-name>
<filter-class>com.opensymphony.sitemesh.webapp.SiteMeshFilter</filter-class>
</filter>
+
<!-- filter-mapping>
<filter-name>sitemesh</filter-name>
@@ -28,6 +35,10 @@
<filter-name>ExceptionCatchFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
+ <filter-mapping>
+ <filter-name>UserAgentFilter</filter-name>
+ <url-pattern>/*</url-pattern>
+ </filter-mapping>
<!-- listener>
<listener-class>com.sun.xml.ws.transport.http.servlet.WSServletContextListener</listener-class>