[Webkit-unassigned] [Bug 16932] New: Safari not connecting to IPv6 server with numeric address

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 20:21:48 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16932

           Summary: Safari not connecting to IPv6 server with numeric
                    address
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andrejohn.mas at gmail.com


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list