#12479 NORM 13.1.0: Wikipedia can't resolve localhost

Zarro Boogs per Child bugtracker at laptop.org
Mon Jan 21 09:56:42 EST 2013


#12479: Wikipedia can't resolve localhost
-------------------------------------------+--------------------------------
           Reporter:  godiard              |       Owner:  godiard      
               Type:  defect               |      Status:  new          
           Priority:  normal               |   Milestone:  13.1.0       
          Component:  wikibrowse-activity  |     Version:  not specified
         Resolution:                       |    Keywords:               
        Next_action:  diagnose             |    Verified:  0            
Deployment_affected:                       |   Blockedby:               
           Blocking:                       |  
-------------------------------------------+--------------------------------

Comment(by manuq):

 Installed firefox and checked that it can resolve 'localhost' while
 Wikipedia fails to do it, so it might be a webkit issue.

 Also tested the following testcase from
 https://fedoraproject.org/wiki/Networking/NameResolution .  It
 can resolve localhost when Wikipedia fails to do it too:

 {{{
 >>> from socket import *
 >>> for item in getaddrinfo("localhost", "http", AF_UNSPEC, SOCK_STREAM,
 SOL_TCP, AI_PASSIVE):
 ...     print item
 ...
 (2, 1, 6, '', ('127.0.0.1', 80))
 }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/12479#comment:9>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list