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: [email protected] For additional commands, e-mail: [email protected]
