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

receiver cannot rename a locked share #34337

Open
individual-it opened this issue Jan 31, 2019 · 2 comments
Open

receiver cannot rename a locked share #34337

individual-it opened this issue Jan 31, 2019 · 2 comments

Comments

@individual-it
Copy link
Member

Steps to reproduce

  1. create a folder and share it with an other user
  2. as owner lock the folder
  3. as receiver try to rename the folder

Expected behaviour

to discuss: folder should be renamed as it does not have any effect on the receiver

Actual behaviour

cannot rename folder
WebDav Reply:

<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
  <s:exception>Sabre\DAV\Exception\Locked</s:exception>
  <s:message/>
  <d:lock-token-submitted>
    <d:href>files/uu2//folder/</d:href>
  </d:lock-token-submitted>
</d:error>

Btw. there is a / to much

@ownclouders
Copy link
Contributor

GitMate.io thinks possibly related issues are #2159 (It should not be possible to rename a folder to "Shared"), #5368 (Not possible to rename a folder SHARED with all privileges), #26896 (Unable to rename a newly created Folder, locked), #2170 (By renaming a shared folder is not shared any more), and #10549 (Cannot rename shared top level folder).

@PVince81
Copy link
Contributor

likely similar to the decision about #33847

not sure, leaving open and backlog as not critical

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants