You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2008/09/19 17:14:44 UTC

[jira] Resolved: (JCR-1744) PROPFIND response to a request for a property that does not exist reports an empty DAV:prop element

     [ https://issues.apache.org/jira/browse/JCR-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke resolved JCR-1744.
---------------------------------

    Resolution: Fixed

> PROPFIND response to a request for a property that does not exist reports an empty DAV:prop element  
> -----------------------------------------------------------------------------------------------------
>
>                 Key: JCR-1744
>                 URL: https://issues.apache.org/jira/browse/JCR-1744
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-webdav
>            Reporter: Manfred Baedke
>            Priority: Minor
>         Attachments: patch-jcr1744.txt
>
>
> A PROPFIND response to a request for a property that does not exist reports an empty DAV:prop element:
> Request:
> <propfind xmlns="DAV:"><prop><doesnotexist/></prop></propfind>
> Response:
> <D:multistatus xmlns:xml='http://www.w3.org/XML/1998/namespace' xmlns:D='DAV:'>
>   <D:response>
>     <D:href>...</D:href>
>     <D:propstat>
>       <D:prop/>
>       <D:status>HTTP/1.1 200 OK</D:status>
>     </D:propstat>
>     <D:propstat>
>       <D:prop><D:doesnotexist/></D:prop>
>       <D:status>HTTP/1.1 404 Not Found</D:status>
>     </D:propstat>
>   </D:response>
> </D:multistatus>
>   

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