[Webkit-unassigned] [Bug 12792] New: PNIO-6YFCUT: Strange conversion problem (in get " changed to %2522 instead of %22) with for example google search.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 16 11:19:44 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12792
Summary: PNIO-6YFCUT: Strange conversion problem (in get "
changed to %2522 instead of %22) with for example google
search.
Product: WebKit
Version: 420+ (nightly)
Platform: S60 Emulator
URL: http://www.google.com
OS/Version: S60 3rd edition
Status: NEW
Keywords: InTSW
Severity: Blocker
Priority: P1
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: wei.liu at nokia.com
- 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
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list