Re: How do you identify the original content path of a request?

2018-09-18 Thread Bertrand Delacretaz
Hi, On Mon, Sep 17, 2018 at 6:13 PM Jason E Bailey wrote: > ...When I'm at a component level, I'm trying to identify what the original > content path/ resource is and there doesn't seem to be a way to do it... Doesn't HttpServletRequest.getRequestPath help? Maybe the info is lost during

How do you identify the original content path of a request?

2018-09-17 Thread Jason E Bailey
I'm dealing with resources requests that have suffixes. When I'm at a component level, I'm trying to identify what the original content path/ resource is and there doesn't seem to be a way to do it. Is anyone aware of a graceful way of doing this? Thanks - Jason