Bug 17676 - REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work
Summary: REGRESSION (r30240-r30267): href attribute values with non-ASCII characters i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Major
Assignee: mitz
URL: data:text/html,%3Ca%20href=%22http://...
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2008-03-04 17:06 PST by mitz
Modified: 2008-03-04 18:10 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2008-03-04 17:06:38 PST
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>.
Comment 1 mitz 2008-03-04 17:07:27 PST
<rdar://problem/5781091>
Comment 2 mitz 2008-03-04 18:10:10 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/30781>.