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 2007/03/29 11:17:25 UTC

[jira] Resolved: (JCR-824) Problems with File Copy using WebDAV

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

angela resolved JCR-824.
------------------------

    Resolution: Fixed

Fixed as suggested: i added a check with copy and move that makes sure, that src and destination resource belong to the same workspace. if that is not the case the operation fails.

rev. 523640  

btw:
i couldn't reproduce the behaviour described (resource then gets deleted at the source).
however, what i found was:

- without the additional check the copy already failed with 'conflict' 
- windows dav client doesn't stop the copy then but adds some additional PROPFIND calls and asks 
  whether i want to replace the existing resource.
- in case of 'no' the copy operation is aborted.... in case of 'yes' the COPY operation again results in 
  conflict and finally tries to COPY forever.

> Problems with File Copy using WebDAV
> ------------------------------------
>
>                 Key: JCR-824
>                 URL: https://issues.apache.org/jira/browse/JCR-824
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: webdav
>    Affects Versions: 1.1.1
>         Environment: Jackrabbit 1.1.1
> webDav Server
>            Reporter: Alexandre Costa Martins
>         Assigned To: angela
>
> When i make a copy of files from one workspace to other (CTRL-C -> CTRL-V). The file isnt copied, but the original file is deleted.

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