Bug 19433

Summary: QWebFrame::load escapes % in URLs passed to it
Product: WebKit Reporter: Bjoern Hoehrmann <bjoern>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: hausmann
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Server 2003   

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?