In my Resource, what is the Restlet way to get full path information associated with the URL the client sent when it made the request? That would be function corresponding to HttpServletRequest.getPathInfo().
I am running under servlet adapter, but I do not want to go the ugly way to get the httpResuest, there must be a simple Restlet way. Leshek

