Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-1338

IPv6 support only works when a name is resolved to an ipv6 address

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • all
    • Beta
    • unknown
    • None

    Description

      I just got Apache up on an IPv6 network.
      However "svn" won't access it when the IPv6 address used directly in
      the URL.
      
      $ svn ls 'http://[2ffe:330:13d3:1:260:97ff:fea4:d947]:8000/svn'
      svn: Bogus URL
      svn: URL `http://[2ffe:330:13d3:1:260:97ff:fea4:d947]:8000/svn' is not
      properly URI-encoded
      
      Should be the correct way of using an IPv6 address in the URL as far
      as I know. 
      Mozilla handles that URL fine.
      (I tried bunch of others, including escaping the : , omitting/escaping
      the [ )
      
      If the IPv6 address is resolved from a name it works thoug.
      that is: svn ls http://ipv6box.internal:8080/svn works nicely , but it
      imho 
      svn ls http://[2ffe:330:13d3:1:260:97ff:fea4:d947]:8000/svn should
      also work.
      

      Original issue reported by noselasd

      Attachments

        1. 1_issue-1338-patch.txt
          3 kB
          C. Michael Pilato

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: