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

Fix accessing an OCM-shared resource containing spaces #4171

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

gmgigi96
Copy link
Member

@gmgigi96 gmgigi96 commented Sep 8, 2023

Every WebDAV operation on a resource OCM-shared and accessed using basic auth was failing when the resource was containing a space with a NotFound error. This is because the implementation, to build the internal path, was using the function url.JoinPath function that encodes the final URL.
This has been fixed in this PR.

@gmgigi96 gmgigi96 requested review from labkode, glpatcern and a team as code owners September 8, 2023 12:22
@cs3org cs3org deleted a comment from update-docs bot Sep 8, 2023
@gmgigi96 gmgigi96 changed the title Fix URL path encoding when accessing an ocm share with basic auth Fix accessing an OCM-shared resource containing spaces Sep 8, 2023
@gmgigi96 gmgigi96 merged commit 7c7612e into cs3org:master Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants