CLOSED FIXED 12792
[S60] PNIO-6YFCUT: Strange conversion problem (in get " changed to %2522 instead of %22) with for example google search.
https://bugs.webkit.org/show_bug.cgi?id=12792
Summary [S60] PNIO-6YFCUT: Strange conversion problem (in get " changed to %2522 ins...
Wei Liu
Reported 2007-02-16 11:19:43 PST
- Steps to reproduce: 1. Go to www.google.com 2. Search for "Masa Mainio" - Actual outcome: Results for %22Masa Mainio%22 - Expected outcome: Results for "Masa Mainio" - Other info: So corresponding gets are like this: Correct (SPP wk04): GET /search?hl=en&q=%22masa+mainio%22&btnG=Google+Search HTTP/1.1 Incorrect (S60 wk06): GET /search?hl=en&q=%2522masa+mainio%2522&btnG=Google+Search HTTP/1.1
Attachments
Fix on 3.2 with UrlRequestInfo.cpp (3.61 KB, patch)
2007-02-16 11:26 PST, Wei Liu
no flags
updated 3.2 patch (3.57 KB, patch)
2007-02-16 11:40 PST, Wei Liu
zalan: review+
Wei Liu
Comment 1 2007-02-16 11:26:46 PST
Created attachment 13203 [details] Fix on 3.2 with UrlRequestInfo.cpp
Wei Liu
Comment 2 2007-02-16 11:40:18 PST
Created attachment 13204 [details] updated 3.2 patch
Wei Liu
Comment 3 2007-02-16 11:42:28 PST
Comment on attachment 13204 [details] updated 3.2 patch Please merge the changes to 3.1m branch except for the changes in xmlhttprequest.cpp, that change is for 3.2 only.
Wei Liu
Comment 4 2007-02-16 11:42:30 PST
Comment on attachment 13204 [details] updated 3.2 patch Please merge the changes to 3.1m branch except for the changes in xmlhttprequest.cpp, that change is for 3.2 only.
Wei Liu
Comment 5 2007-02-16 11:50:49 PST
Please merge the 3.2 patch to 3.1m, except for xmlhttprequest.cpp change since that is not needed for 3.1m.
zalan
Comment 6 2007-02-16 11:54:12 PST
Comment on attachment 13204 [details] updated 3.2 patch r=me
Bradley Morrison
Comment 7 2007-02-16 15:33:34 PST
(In reply to comment #6) > (From update of attachment 13204 [details] [edit]) > r=me > landed in trunk: r19669 and 3.1: 19664
Krishna
Comment 8 2007-02-25 21:16:33 PST
Verified and Closed.
Joel Parks
Comment 9 2011-03-21 11:53:11 PDT
re-purposing InTSW keyword for use by QtWebkit team
Note You need to log in before you can comment on or make changes to this bug.