Skip to content
Commit 0d1da124 authored by Ondrej Holy's avatar Ondrej Holy
Browse files

http: Unescape prefix to fix handling of encoded URIs

Currently, the HTTP backend fails with the "The specified location is
not mounted" error for URIs with path containing escaped characters.
This is because the mount prefix is not unescaped. This is unfortunatelly
another libsoup3 port regression. Let's correctly unescape the prefix to
make that work again.

Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/623
parent 0c89894f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment