[ 
https://issues.apache.org/jira/browse/SLING-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095238#comment-13095238
 ] 

Felix Meschberger commented on SLING-2185:
------------------------------------------

Applied the jcr/webdav bundle patch slightly modified in Rev. 1164020.

My changes:
  - have a common generic handler class to manage the list of IOHandler and 
PropertyHandler services
  - use an internal TreeMap based on DS functionality to get the sorted handler 
list (instead of the ServiceTracker)
  - Don't register the IOManager and PropertyManager implementations as 
services but create them directly from within the WebDav servlet

> Provide a way to configure IOManager/PropertyManager handlers at runtime.
> -------------------------------------------------------------------------
>
>                 Key: SLING-2185
>                 URL: https://issues.apache.org/jira/browse/SLING-2185
>             Project: Sling
>          Issue Type: Improvement
>          Components: JCR
>    Affects Versions: JCR Webdav 2.1.0
>            Reporter: Timothee Maret
>            Assignee: Felix Meschberger
>            Priority: Minor
>         Attachments: io-handler-service-reactif.patch, 
> io-handler-service.patch, io-handler-service.patch
>
>
> Currently, the handlers for the IOManager and PropertyManager instances are 
> defined in the org.apache.sling.jcr.webdav.impl.helper.SlingResourceConfig 
> class.
> This is not flexible and make it difficult to add project specific handlers 
> in the configuration.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to