Hi all,
I want to catch all page not found (404s) and simply grab the path that
caused the 404 and reroute the request to a valid Page based on business
rules (returning a valid 200), or simply continue to return the 404.  I dont
see where i can intercept these errors easily from the Application.  

Another option that would be cool (but is not implemented) would be to have
mounted path that is a catch all defined by a regular expression so I could
catch everything off root that wasn't found by any other mapping.

Any ideas?

Thanks in advance.

chris
-- 
View this message in context: 
http://www.nabble.com/How-to-catch-all-404s-%28Page-Not-Found%29-and-filter-to-a-Page-or-strategy-tp18499237p18499237.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to