I guess many people are having problems with the new URL decoding used by Tapestry since 5.0.16 (or some version near this one) as it does not accepts some valid URL encoded values. Angelo, while this is not solved in Tapestry itself, you can try changing your URL to /display?ZmM%3D and get the value through HttpServletRequest.getQueryString().
On Tue, Mar 17, 2009 at 8:09 AM, Angelo Chen <[email protected]> wrote: > > Hi, > > I have url like this: > > http://localhost/display/ZmM%3D > > but seems it will reject the parameter that has an equal sign even it is > urlencoded: > > [ERROR] RequestExceptionHandler Processing of request failed with uncaught > exception: Input string 'ZmM=' is not valid; the character '=' at position 4 > is not valid. > > questions: > > 1) is there a way to let t5 accept the equal sign as part of url parameter? > 2) how to intercept this exception in code? > > Thanks, > -- > View this message in context: > http://www.nabble.com/t5%3A-intercepting-exceptions-from-RequestExceptionHandler-tp22556866p22556866.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
