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:
@@ -23,6 +23,7 @@ BFileRequest::BFileRequest(const BUrl& url, BUrlProtocolListener* listener,
|
||||
BUrlRequest(url, listener, context, "BUrlProtocol.File", "file"),
|
||||
fResult()
|
||||
{
|
||||
fUrl.UrlDecode();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user