Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.10.00
-
None
-
None
Description
This way,, we have a getPathInfo on our wrapper request as if the Mount are some 'runtime configurable' servlet paths.
Also, the public String getPathInfo() in HstContainerRequestImpl won't inherit the javadocs but will have its own, explaining its behaviour.
I only am in doubt what to do with the ./
In other words, will we return getPathInfo including the ./ and path suffix, or without?
Wrt HttpServletRequest, it might be expected to return the path including the ./suffix, but from usability pov we most likely are interested in the portion before the ./
WDYT?