-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Missing lock owner when creating lock after logging in by email address #33822
Comments
also happens when using "user1" user but said user has an email address set... |
seems something is wrong with the serializer... because the owner string is I'll replace those with parenthesis for now... |
yup, works with parenthesis |
hmmm but so this means the Sabre serializer doesn't encode/escape the value ?? this could cause other kind of issues for fancy user names |
Fix is here: #33823
|
GitMate.io thinks possibly related issues are #23865 (missing email template), #22304 (Missing spinner, when creating a share), #2927 (log in with email address), #32385 ([master] no confirmation email when changing own email address), and #32667 (tests to create users by supplying and email address an no password - test infrastructure). |
Steps
curl -u vincent@local.tld:test -X LOCK http://localhost/owncloud/remote.php/webdav/test.txt -d "<?xml version='1.0' encoding='UTF-8'?><d:lockinfo xmlns:d='DAV:'> <d:lockscope><d:shared/></d:lockscope></d:lockinfo>"
Expected result
lockowner
is definedActual result
lockowner
is empty.Version
master ac0f01b
@DeepDiver1975 FYI
The text was updated successfully, but these errors were encountered: