Filerequest: UrlDecode() the request.

Makes things work even if the filename has some URL-disallowed
characters (spaces, utf-8, or otherwise).
This commit is contained in:
Adrien Destugues
2014-01-13 09:18:42 +01:00
parent 4c9d2df499
commit 9ab54f9475
@@ -23,6 +23,7 @@ BFileRequest::BFileRequest(const BUrl& url, BUrlProtocolListener* listener,
BUrlRequest(url, listener, context, "BUrlProtocol.File", "file"),
fResult()
{
fUrl.UrlDecode();
}