Not really.All the codes indicate given a request (e.g. HttpServletRequest) I can call ResourceResolve.resolve(request) to programmatically translate a Request to Resource. However, if I don't have a Request, but only a URL String, how do I figure out the Resource of a random given URL String?Thanks...