[richfaces-svn-commits] JBoss Rich Faces SVN: r12111 - trunk/test-applications/realworld/web/src/main/webapp/WEB-INF.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 5 11:52:55 EST 2009


Author: amarkhel
Date: 2009-01-05 11:52:55 -0500 (Mon, 05 Jan 2009)
New Revision: 12111

Modified:
   trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/web.xml
Log:


Modified: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/web.xml	2009-01-05 16:51:42 UTC (rev 12110)
+++ trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/web.xml	2009-01-05 16:52:55 UTC (rev 12111)
@@ -106,6 +106,10 @@
 		<servlet-name>Picture Servlet</servlet-name>
 		<url-pattern>/picture/*</url-pattern>
 	</servlet-mapping>
+	<servlet-mapping>
+		<servlet-name>Picture Servlet</servlet-name>
+		<url-pattern>/galleries/*</url-pattern>
+	</servlet-mapping>
 
 	<security-constraint>
 		<display-name>Restrict raw XHTML Documents</display-name>




More information about the richfaces-svn-commits mailing list