Re: Handling invalid URLs

2007-03-29 Thread Robert Walker
How about with this method that can be found in WOApplication: public WOResponse handleSessionRestorationErrorInContext(WOContext aContext) Invoked when a session (WOSession) instance cannot be restored, which typically happens when the session times out. The default behavior displays a pag

Handling invalid URLs

2007-03-29 Thread Karl Gretton
Hi, We give users the ability to embed URLs in their WO content. The problem we have is that they sometimes put in bad URLs such as: https://obi.chicken.ca/cgi-bin/WebObjects/OBI.woa/wo/a%20href= This results in an exception: handleSessionRestorationErrorInContext Does anyone know how to h