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(services/webdav): Fix lister failing when root contains spaces #5298

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

skrimix
Copy link
Contributor

@skrimix skrimix commented Nov 7, 2024

Which issue does this PR close?

Closes #5293.

Rationale for this change

What changes are included in this PR?

Moved href path decoding to be used before the code that expects path to contain (not encoded) root.

Are there any user-facing changes?

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @skrimix for the fix!

@Xuanwo Xuanwo merged commit 3146fcc into apache:main Nov 7, 2024
94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Webdav lister fails when root contains spaces
2 participants