RE: How to Force URL Encoding Before URI Matching?

2010-11-12 Thread Thierry Boileau
Hello, one way is to filter the incoming requests. You can place a filter before the router which aims at updating the URLs. For example, when configuring an subclass of Application: public Restlet createInboundRoot() { Router router = new Router(getContext()); Filter filter = new Filter(getCo

RE: How to Force URL Encoding Before URI Matching?

2010-11-11 Thread webpost
Did you resolve this? I'm having the same problem... -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2681122