Hi, we are having spaces and special characters like apostrophes in our RESTful urls. ex: /myservice/aaa bbb/test or /myservice/aaa%20bbb/test
when we use getRequestAttributes().get it returns "aaa%20bbb". what is the correct way of decoding URLs like that in Restlet? Thanks. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2440719

