Rob Heittman <rob.heittman <at> solertium.com> writes:

> 
> Been looking for it, but I'm trying to find where the Restlet framework does
any URL decoding at all ... 


Just a note, probably not terribly helpful here: 
I've noticed a similar issue when a Directory resource attemps to locate
files with a space (%20) in the name. 

I *think* using the default web server this worked, switching to jetty it
does not.  So I've ended up using URLDecoder as well to work around the issue. 

Reply via email to