Bug 19433 - QWebFrame::load escapes % in URLs passed to it
Summary: QWebFrame::load escapes % in URLs passed to it
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Server 2003
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2008-06-07 20:44 PDT by Bjoern Hoehrmann
Modified: 2009-11-20 07:21 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern Hoehrmann 2008-06-07 20:44:15 PDT
Using QWebFrame::load(...) and perhaps the other load methods % in URLs are escaped, e.g. http://example.org/Foo%20Bar/ becomes http://example.org/Foo%2520Bar/. This makes navigating to such addresses impossible.
Comment 1 Simon Hausmann 2009-11-20 07:21:03 PST
Please provide a testcase. I cannot reproduce this. Could it be that the QUrl you're passing to load() isn't constructed properly?