Skip to content

Commit 5e1db04

Browse files
authored
Merge pull request #24019 from opf/bugfix/nex-630-fix-file-lookup-for-set-permission-command
[NEX-630] Remove breaking unescape
2 parents cccc99c + 6060f11 commit 5e1db04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/storages/app/common/storages/adapters/providers/nextcloud/commands/set_permissions_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def call(auth_strategy:, input_data:)
5656
UrlBuilder.url(@storage.uri,
5757
"remote.php/dav/files",
5858
username,
59-
CGI.unescape(folder_info.location)),
59+
folder_info.location),
6060
xml: body)
6161

6262
handle_response(response)

0 commit comments

Comments
 (0)