You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2005/12/21 20:45:11 UTC

svn commit: r358360 - /myfaces/forrest/trunk/content/xdocs/tomahawk/extensionsFilter.xml

Author: mkienenb
Date: Wed Dec 21 11:45:07 2005
New Revision: 358360

URL: http://svn.apache.org/viewcvs?rev=358360&view=rev
Log:
Some days are worse than others.
Here's the missing </filter-mapping> tag that got dropped at the last second.

Modified:
    myfaces/forrest/trunk/content/xdocs/tomahawk/extensionsFilter.xml

Modified: myfaces/forrest/trunk/content/xdocs/tomahawk/extensionsFilter.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/tomahawk/extensionsFilter.xml?rev=358360&r1=358359&r2=358360&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/tomahawk/extensionsFilter.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/tomahawk/extensionsFilter.xml Wed Dec 21 11:45:07 2005
@@ -80,6 +80,7 @@
 <filter-mapping>
     <filter-name>MyFacesExtensionsFilter</filter-name>
     <url-pattern>/faces/*</ url-pattern>
+</filter-mapping>
 		]]></source>
 	<p>Alternate mapping using a url-pattern instead of a servlet-name (you still need the /faces/* mapping as well):</p>
 	<source>