You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2008/12/23 16:15:18 UTC

[Tapestry Wiki] Update of "Tapestry5HowToUseTapestryForCustomErrorPages" by MartinReurings

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by MartinReurings:
http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryForCustomErrorPages

The comment on the change is:
Added forward slash to url-pattern, creates exception in Tomcat 6 without it...

------------------------------------------------------------------------------
      </filter>
      <filter-mapping>
          <filter-name>app</filter-name>
-         <url-pattern>*</url-pattern>  
+         <url-pattern>/*</url-pattern>  
          <dispatcher>REQUEST</dispatcher>
          <dispatcher>ERROR</dispatcher>
      </filter-mapping>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org