[
https://issues.apache.org/jira/browse/SLING-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-6432.
-------------------------------------
Resolution: Fixed
Fixed in rev 1777118
> Avoid path parameter parsing with paths containing a dot
> --------------------------------------------------------
>
> Key: SLING-6432
> URL: https://issues.apache.org/jira/browse/SLING-6432
> Project: Sling
> Issue Type: Improvement
> Components: ResourceResolver
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Fix For: Resource Resolver 1.5.10
>
>
> Currently parameter parsing (PathParser) takes place if the path does neither
> contain a dot nor a semi-colon. However, a path only contains a parameter if
> there is a semi-colon, so we can reduce the check to just check for a
> semi-colon and skip parsing regardless whether the path contains a dot or not.
> This is a minor optimization
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)