> Could we somehow do the same with parameters of the query string? > > /a/b/c?key1=value1&key2=value2 > > org.restlet.reference.params.key1 > org.restlet.reference.params.key2There is a programmatic way to get this: Call.getResourceRef().getQueryAsForm().get("key1")
Was just a thought. Maybe I ahould wait till the "application" stuff is completed. The reason is that the references is a powerfull way of passing additional info. And hence this info should be more easily accessible to the application.

