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

web ui continues uploading a folder when receiving a 409 #7957

Closed
butonic opened this issue Nov 7, 2022 · 1 comment · Fixed by #7975
Closed

web ui continues uploading a folder when receiving a 409 #7957

butonic opened this issue Nov 7, 2022 · 1 comment · Fixed by #7975
Assignees
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug Something isn't working

Comments

@butonic
Copy link
Member

butonic commented Nov 7, 2022

Describe the bug

When uploading a folder, the web UI does not stop uploading the files contained in if it receives a 409 status for the MKCOL.

Steps to reproduce

Steps to reproduce the behavior:

  1. log in, create a testfolder, navigate into it and select a folder to upload, but don't start the upload, yet
  2. in a private tab, log in with the same user and delete the test folder
  3. in the original browser session click ok to start the upload.

Expected behavior

The web UI should show an error that the testfolder does not exist or has vanished

Actual behavior

The MKCOL will get a 409 ... and then web happily tries to upload all files contained in the folder that was selected for upload.

@butonic butonic added the Type:Bug Something isn't working label Nov 7, 2022
@kulmann kulmann transferred this issue from owncloud/ocis Nov 14, 2022
@kulmann kulmann added Priority:p2-high Escalation, on top of current planning, release blocker and removed Platform:Web labels Nov 14, 2022
@JammingBen JammingBen self-assigned this Nov 15, 2022
@JammingBen
Copy link
Contributor

Has been fixed via: #7975

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants