Author: ssmiweve
Date: 2008-02-13 18:26:17 +0100 (Wed, 13 Feb 2008)
New Revision: 6111
Modified:
branches/2.16/war/src/main/webapp/WEB-INF/web.xml
Log:
avoid requests to jsps
Modified: branches/2.16/war/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/2.16/war/src/main/webapp/WEB-INF/web.xml 2008-02-13 17:23:55 UTC
(rev 6110)
+++ branches/2.16/war/src/main/webapp/WEB-INF/web.xml 2008-02-13 17:26:17 UTC
(rev 6111)
@@ -102,7 +102,7 @@
<filter-mapping>
<filter-name>DataModelFilter</filter-name>
<url-pattern>/*</url-pattern>
- <dispatcher>INCLUDE</dispatcher>
+ <!--dispatcher>INCLUDE</dispatcher--> <!-- avoid requests to jsps -->
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits