On Mon, Oct 13, 2008 at 1:26 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote:
> ...I wonder, whether we should: > > (1) set the javax.servlet.include.* attributes upon include ? > --> Probably yes for standards compliance +1 > (2) define a new property > org.apache.sling.api.include.path_info > taking the SLingHttpServletRequest.getRequestPathInfo()... Like Alex, I'm +1 assuming there's a use for this. Using this requires the Sling API classes (as the value is a RequestPathInfo object), so we might as well require that people cast the Request object to SlingHttpServletRequest. -Bertrand
