Hello Nicho, you can use the Router#setDefaultMatchingMode method with the value Template.MODE_EQUALS. You can also set this matching mode for each defined route:
Route route = router.attach("/policy", PolicyResource.class);
route.setMatchingMode(Template....);
Best regards,
Thierry Boileau
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2464232

