-
Notifications
You must be signed in to change notification settings - Fork 183
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
Share inaccessible if folder with same name was deleted and recreated #1787
Labels
Comments
|
For the record, this error only exists on the OCIS storage driver and we get this response when accepting the share
and these logs
|
11 tasks
Tests added in owncloud/core#38490 |
re-tested with local server oCIS version 1.11.0 |
I am closing this in favor of #7895 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Kind of edge case but IMO still valid: When a user creates and shares a folder, deletes it, creates a new folder with the same name and shares it again, it is not accessible for the share receiver.
Steps to reproduce
Steps to reproduce the behavior:
test
test
with marietest
test
is accessibletest
(doesn't matter if only moved to trashbin or also wiped from there)test
(same name as before)test
with marie (again)test
Expected behavior
The shared folder
test
is accessible in the files app.Actual behavior
The shared folder
test
is not accessible in the files app. Web UI shows aResource not found
page. Propfind on the folder returns a 404:Setup
ocis v1.3.0-rc1 on localhost, run with
go run cmd/ocis/main.go server
.The text was updated successfully, but these errors were encountered: