Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File rename temporality breaks webdav download #7459

Closed
cyberduck opened this issue Sep 26, 2013 · 1 comment
Closed

File rename temporality breaks webdav download #7459

cyberduck opened this issue Sep 26, 2013 · 1 comment
Assignees
Labels
bug fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

0c2b15a created the issue

File rename via webdav goes through successfully. Trying to then download the renamed file via webdav fails part way through the download. File can be downloaded via other clients fine. If you try to download a different file via CyberDuck (successfully), and then reattempt to download the re-named file, the download works successfully.

Steps to reproduce:

  • (1) Rename file via CyberDuck (webdav https).
  • (2) Try to download that file via webdav. [will fail partway through download, download via web portal works]

NOTE: the file downloads 100% but CyberDuck reports an error because it reports the whole file size is twice the size for some reason. Appears to be a client caching bug because the logs (see comment below) show that the file attempts to download at the old name first, then retries at the new name.

Optional: (3) download a different file via webdav. then try to download the re-named file again. File will download successfully.

-------------------------------
SERVER LOG:
-------------------------------
64.245.0.218 -  -  [25/Sep/2013:21:57:02 +0000] "GET /dav/Demo%20Upload/012_Sample%20PDF.pdf HTTP/1.1" 404 - "-" "Cyberduck/4.3.1 (Mac OS X/10.8.5) (i386)" 58 58
64.245.0.218 -  -  [25/Sep/2013:21:57:02 +0000] "GET /dav/Demo%20Upload/012_Sample%20PDF%20%28rename%20on%20cyber%29.pdf HTTP/1.1" 200 72309 "-" "Cyberduck/4.3.1 (Mac OS X/10.8.5) (i386)" 139 139
@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot reproduce this issue with the latest snapshot build available.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants