apache / opendal

Apache OpenDAL: One Layer, All Storage.
https://opendal.apache.org
Apache License 2.0
3.46k stars 486 forks source link

fix(services/webdav): Fix lister failing when root contains spaces #5298

Closed skrimix closed 2 weeks ago

skrimix commented 2 weeks ago

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?