Bug 16932 - Safari not connecting to IPv6 server with numeric address
Summary: Safari not connecting to IPv6 server with numeric address
Status: RESOLVED DUPLICATE of bug 11773
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-18 20:21 PST by Andre-John Mas
Modified: 2008-01-18 22:51 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre-John Mas 2008-01-18 20:21:47 PST
If I try connecting to my web server, on my local network, which is running Apache 2 with IPv6, the following fails:

http://[fe80::230:65ff:fed6:b164%en0]/

Yet at the same time, from the command line:

telnet -6 "fe80::230:65ff:fed6:b164%en0" 80

connects. In the connected session, typing:

GET /

results in a returned page.

This either looks like the parsing is failing or the handling of the parsed address is a failing.
Comment 1 Andre-John Mas 2008-01-18 20:38:28 PST
RFC 2732 does not seem to cover this, but RFC 4007 does. 

An additional description is listed in the following Wikipedia page in the section Zone indicies:

http://en.wikipedia.org/wiki/IPv6

Comment 2 Alexey Proskuryakov 2008-01-18 22:51:36 PST

*** This bug has been marked as a duplicate of 11773 ***