Hello Nicho, Fabian, you can also update the characteristic of the "routing variable" as follow:
TemplateRoute route = router.attach("/{cityParameters}",
ResourcesSearchResource.class);
Variable v = new Variable();
v.setDecodingOnParse(true);
route.getTemplate().getVariables().put("cityParameters", v);
best regards,
Thierry Boileau
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2677698

