You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user1 creates folder f2 and shares to user2 with edit role
user2 tries to create new folder inside the shared folder
Actual: new folder is created with /
after reloading the page -> everything is fine. but if the user tries to rename /folder -> he gets a 412 error which confuses people
Screen.Recording.2024-11-12.at.10.47.32.mov
The text was updated successfully, but these errors were encountered:
I'm moving this to the ocis repository since I think it 's a server issue.
After the folder has been created, Web does a PROPFIND on the folder resource: https://localhost:9200/remote.php/dav/spaces/{id}/New%20folder. The server response then includes <oc:name>/New folder</oc:name>. Note the leading slash, that shouldn't be there.
ocis: 6.6.1+6f3322a3d
web: 11.0.1
https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm
Steps:
user1
creates folderf2
and shares touser2
with edit roleuser2
tries to createnew
folder inside the shared folderActual: new folder is created with
/
after reloading the page -> everything is fine. but if the user tries to rename
/folder
-> he gets a 412 error which confuses peopleScreen.Recording.2024-11-12.at.10.47.32.mov
The text was updated successfully, but these errors were encountered: