Hi ! Is there a way to tell a router to not update the remaining part of the request so that you can have nested routers acting on the same remaining part. To be clear, my original need is, I have anonymous and authenticated resources but flat URLs. Kind of : /aaa : anon -> resource /bbb : auth -> authenticator -> resource /ccc : auth -> authenticator -> resource The problem is, after the authenticator, the remaining part is empty and so the final resource is not found. Thanks !
------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2678239

