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 BugsAssignee: 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

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>.