You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2006/04/12 15:16:22 UTC

[jira] Created: (JCR-397) Webdav Library: MultiStatusResponse calls DavResource#getProperties() in case of PROPFIND by property.

Webdav Library: MultiStatusResponse calls DavResource#getProperties() in case of PROPFIND by property.
------------------------------------------------------------------------------------------------------

         Key: JCR-397
         URL: http://issues.apache.org/jira/browse/JCR-397
     Project: Jackrabbit
        Type: Improvement

  Components: webdav  
    Versions: 1.0    
    Reporter: angela
    Priority: Minor


The MultiStatusResponse calls DavResource.getProperties() even if only a subset of the
properties was requested by PROPFIND.

Since DavResource provides getProperty(DavPropertyName),  the MultiStatusResponse could
could be improved.

Note: The current implementation(s) of the DavResource build the complete property set even
if only a single property is accessed. This should be reviewed as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (JCR-397) Webdav Library: MultiStatusResponse calls DavResource#getProperties() in case of PROPFIND by property.

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-397.
------------------------

    Resolution: Duplicate

duplicated by JCR-2750

> Webdav Library: MultiStatusResponse calls DavResource#getProperties() in case of PROPFIND by property.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-397
>                 URL: https://issues.apache.org/jira/browse/JCR-397
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-webdav
>    Affects Versions: 1.0
>            Reporter: angela
>            Priority: Minor
>
> The MultiStatusResponse calls DavResource.getProperties() even if only a subset of the
> properties was requested by PROPFIND.
> Since DavResource provides getProperty(DavPropertyName),  the MultiStatusResponse could
> could be improved.
> Note: The current implementation(s) of the DavResource build the complete property set even
> if only a single property is accessed. This should be reviewed as well.

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