[ 
https://issues.apache.org/jira/browse/JCR-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566534#action_12566534
 ] 

angela commented on JCR-1364:
-----------------------------

suggested fix:

- remove DirListingExportHandler from PropertyHander list in WEBINF/config.xml
- remove DirListingExportHandler from default population 
(PropertyManagerImpl.getDefault)
- for backwards compat. keep DirListingExportHandler implementing 
PropertyHandler but 
  always return 'false' upon PropertyHandler.canExport

> DirListingExportHandler: Should not implement PropertyHandler
> -------------------------------------------------------------
>
>                 Key: JCR-1364
>                 URL: https://issues.apache.org/jira/browse/JCR-1364
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-jcr-server
>            Reporter: angela
>            Assignee: angela
>            Priority: Minor
>
> issue found by Roland Porath:
> if the DirListingExportHandler is used with some other collection nodetype 
> that nt:folder (that may allow other properties) the list of dav properties 
> obtained upon PROPFIND (being delegated to PropertyHandler) results in an 
> imcomplete list.
> since the only benefit of the DirListingExportHandler is to display something 
> nice(?) upon a GET to a folder, i'd suggest to remove the implementation of 
> PropertyHandler from the DirListingExportHandler.
> angela

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to