Bug 19169 - REGRESSION: nakarte.ru searches don't work
Summary: REGRESSION: nakarte.ru searches don't work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Alexey Proskuryakov
URL: http://nakarte.ru
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-05-21 09:12 PDT by Alexey Proskuryakov
Modified: 2008-05-21 10:01 PDT (History)
0 users

See Also:


Attachments
proposed fix (6.21 KB, patch)
2008-05-21 09:50 PDT, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2008-05-21 09:12:05 PDT
To reproduce, one needs to enter any Moscow address in Russian - nothing will be found.

This was probably caused by my work on form encoding. KURL::init() works differently depending on what path is given to it - e.g. absolute paths like "/foo.html" get UTF-encoded twice! It is likely that this affects more than just XMLHttpRequest.

Patch forthcoming.
Comment 1 Alexey Proskuryakov 2008-05-21 09:39:45 PDT
<rdar://problem/5952342>
Comment 2 Alexey Proskuryakov 2008-05-21 09:50:50 PDT
Created attachment 21269 [details]
proposed fix
Comment 3 Alexey Proskuryakov 2008-05-21 10:01:51 PDT
Committed in <http://trac.webkit.org/changeset/33966>.