You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "James William Dumay (JIRA)" <ji...@codehaus.org> on 2008/06/04 07:55:56 UTC

[jira] Issue Comment Edited: (MRM-781) Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav

    [ http://jira.codehaus.org/browse/MRM-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137316#action_137316 ] 

james.w.dumay edited comment on MRM-781 at 6/4/08 12:55 AM:
------------------------------------------------------------------

Committed r662968

* DELETE should 404 if resource does not exist
* 93% litmus coverage

{code}
-> running `basic':
 0. init.................. pass
 1. begin................. pass
 2. options............... pass
 3. put_get............... pass
 4. put_get_utf8_segment.. pass
 5. mkcol_over_plain...... pass
 6. delete................ pass
 7. delete_null........... pass
 8. delete_fragment....... WARNING: DELETE removed collection resource with Request-URI including fragment; unsafe
    ...................... pass (with 1 warning)
 9. mkcol................. pass
10. mkcol_again........... pass
11. delete_coll........... pass
12. mkcol_no_parent....... pass
13. mkcol_with_body....... FAIL (MKCOL with weird body must fail (RFC2518:8.3.1))
14. finish................ pass
<- summary for `basic': of 15 tests run: 14 passed, 1 failed. 93.3%
-> 1 warning was issued.
{code}

      was (Author: james.w.dumay):
    Committed r

* DELETE should 404 if resource does not exist
* 93% litmus coverage

{code}
-> running `basic':
 0. init.................. pass
 1. begin................. pass
 2. options............... pass
 3. put_get............... pass
 4. put_get_utf8_segment.. pass
 5. mkcol_over_plain...... pass
 6. delete................ pass
 7. delete_null........... pass
 8. delete_fragment....... WARNING: DELETE removed collection resource with Request-URI including fragment; unsafe
    ...................... pass (with 1 warning)
 9. mkcol................. pass
10. mkcol_again........... pass
11. delete_coll........... pass
12. mkcol_no_parent....... pass
13. mkcol_with_body....... FAIL (MKCOL with weird body must fail (RFC2518:8.3.1))
14. finish................ pass
<- summary for `basic': of 15 tests run: 14 passed, 1 failed. 93.3%
-> 1 warning was issued.
{code}
  
> Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
> ----------------------------------------------------------------------
>
>                 Key: MRM-781
>                 URL: http://jira.codehaus.org/browse/MRM-781
>             Project: Archiva
>          Issue Type: Improvement
>          Components: WebDAV interface
>    Affects Versions: 1.1
>            Reporter: James William Dumay
>            Assignee: James William Dumay
>             Fix For: 1.1
>
>         Attachments: archiva-file-leak.patch, archiva-guest-role.patch, archiva-jackrabbit-webdav.patch, archiva-jackrabbit-webdav.patch, archiva-jackrabbit-webdav.patch, archiva-jr-review-fixes.patch
>
>
> This patch removes plexus-webdav in favor of Jackrabbit's webdav servlet implementation. It is not yet 100% completed and tested. HTTP GET and PUT should work correctly.
> The following needs to happen before integration:
> 1) New Jackrabbit classes need to be correctly unit tested.
> 2) Webdav properties need to be implemented
> 3) Testing of common webdav clients - Mac OS X, Windows, Wagon-Dav, etc

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