Define proper URLMapper service
-------------------------------
Key: SLING-40
URL: https://issues.apache.org/jira/browse/SLING-40
Project: Sling
Issue Type: New Feature
Components: Core
Affects Versions: 2.0.0
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: 2.0.0
Mapping request URI paths to Content objects is currently implemented in the
URLMapperFilter, which is registered as a request filter for Sling. Other than
that this functionality is not currently usable.
Instead the Mapping functionality must be defined in an URLMapper service
interface which may be implemented by a specifialized class. That class might
even provide for extensibility.
The URLMapperFilter would be refactored to use the URLMapper service as
available and log appropriate messges if missing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.