You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by me...@apache.org on 2009/06/03 16:15:51 UTC

svn commit: r781392 - /incubator/click/trunk/click/examples/webapp/WEB-INF/web.xml

Author: medgar
Date: Wed Jun  3 14:15:50 2009
New Revision: 781392

URL: http://svn.apache.org/viewvc?rev=781392&view=rev
Log:
restricted ACEGI security filter to avoid JSP content encoding bug CLK-557

Modified:
    incubator/click/trunk/click/examples/webapp/WEB-INF/web.xml

Modified: incubator/click/trunk/click/examples/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/WEB-INF/web.xml?rev=781392&r1=781391&r2=781392&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/WEB-INF/web.xml (original)
+++ incubator/click/trunk/click/examples/webapp/WEB-INF/web.xml Wed Jun  3 14:15:50 2009
@@ -82,7 +82,7 @@
 		
 	<filter-mapping>
 		<filter-name>FilterToBeanProxy</filter-name>
-		<url-pattern>/*</url-pattern>
+		<url-pattern>/acegi/*</url-pattern>
 	</filter-mapping>
 
 	<filter-mapping>