MicroslingRequestPathInfo does not decompose paths correctly
------------------------------------------------------------
Key: SLING-91
URL: https://issues.apache.org/jira/browse/SLING-91
Project: Sling
Issue Type: Bug
Components: microsling
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: 2.0.0
Given a request URI of "/a/b/c.sep.html/suffix" and a resolved Resource at
"/a", the selectors and extension are empty and the suffix is
"/b/c.sep.html/suffix". The current implementation returns "sep" as the
separator string, "html" as the extension and "/suffix" as the suffix. The
remaining part of the path - "/b/c" is returned as "unused content path".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.