aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-21 12:49:57 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-21 12:49:57 +0200
commit18cdcd5f7a909760931da3754d20b133edbac815 (patch)
tree4d220f13c135e5b169f5794adb82df6bf0be591f
parentf19e4d8622a852a53951ee81396689216d7f7fa7 (diff)
downloadpdf-as-4-18cdcd5f7a909760931da3754d20b133edbac815.tar.gz
pdf-as-4-18cdcd5f7a909760931da3754d20b133edbac815.tar.bz2
pdf-as-4-18cdcd5f7a909760931da3754d20b133edbac815.zip
Remove sitemesh filter
-rw-r--r--pdf-as-web/src/main/webapp/WEB-INF/web.xml4
1 files changed, 2 insertions, 2 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 1f2f44b6..82d00fdf 100644
--- a/pdf-as-web/src/main/webapp/WEB-INF/web.xml
+++ b/pdf-as-web/src/main/webapp/WEB-INF/web.xml
@@ -20,10 +20,10 @@
<filter-class>com.opensymphony.sitemesh.webapp.SiteMeshFilter</filter-class>
</filter>
- <filter-mapping>
+ <!-- filter-mapping>
<filter-name>sitemesh</filter-name>
<url-pattern>/*</url-pattern>
- </filter-mapping>
+ </filter-mapping-->
<filter-mapping>
<filter-name>ExceptionCatchFilter</filter-name>
<url-pattern>/*</url-pattern>