Bug 17676
| Summary: | REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | mitz |
| Component: | New Bugs | Assignee: | mitz |
| Status: | RESOLVED FIXED | ||
| Severity: | Major | CC: | darin |
| Priority: | P1 | Keywords: | InRadar, Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
| URL: | data:text/html,%3Ca%20href=%22http://www.aáb.com/%22%3Elinky%3C/a%3E | ||
mitz
URLs in href attributes that contain non-ASCII characters in the host part (such as needed for IDN) are not parsed correctly.
Steps to reproduce:
Open the URL and click the link (or watch the Safari Status Bar text when hovering over the link).
Most likely caused by the KURL changes, <http://trac.webkit.org/projects/webkit/changeset/30243>.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
mitz
<rdar://problem/5781091>
mitz
Fixed in <http://trac.webkit.org/projects/webkit/changeset/30781>.