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/10 10:21:59 UTC

[jira] Resolved: (JCR-389) WebDAV server should treat non-wellformed XML in request bodies as error

     [ http://issues.apache.org/jira/browse/JCR-389?page=all ]
     
angela resolved JCR-389:
------------------------

    Resolution: Fixed

commited patch rev. 392905 .

In addition removed 'todo' mark stating that invalid xml with propfind should result in 404 instead
of treating as request for all-props.

Note regarding the interface 'DavServletRequest.java':
Method signature with 'getRequestDocument' has changed and now allows to throws DavException.
I think this modification is a) justifiable and b) should not cause major compatibility issues.  The AbstractWebdavServlet as well as all calling methods in the DavServletRequest and extensions  have already been changed to throw DavException before the 1.0 release.


> WebDAV server should treat non-wellformed XML in request bodies as error
> ------------------------------------------------------------------------
>
>          Key: JCR-389
>          URL: http://issues.apache.org/jira/browse/JCR-389
>      Project: Jackrabbit
>         Type: Bug

>   Components: webdav
>     Versions: 1.0
>     Reporter: Julian Reschke
>     Assignee: angela
>     Priority: Minor
>  Attachments: diffs
>
> The WebDAV server should treat non-wellformed XML request bodies as errors (instead of treating the request as if the request body was missing).
> (causes Litmus test suite failure in test case propfind_invalid)

-- 
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