Author: tkuprevich
Date: 2008-11-18 09:18:58 -0500 (Tue, 18 Nov 2008)
New Revision: 11212
Modified:
trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2008-11-18 14:18:36 UTC
(rev 11211)
+++ trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2008-11-18 14:18:58 UTC
(rev 11212)
@@ -257,9 +257,12 @@
<servlet-name>Faces Servlet</servlet-name>
</filter-mapping>
+
+
+
<filter-mapping>
<filter-name>extensionsFilter</filter-name>
- <url-pattern>*</url-pattern>
+ <url-pattern>/*</url-pattern>
</filter-mapping>
Show replies by date