info-message contains invalid URL when using IPv6
-------------------------------------------------

                 Key: COUCHDB-672
                 URL: https://issues.apache.org/jira/browse/COUCHDB-672
             Project: CouchDB
          Issue Type: Improvement
    Affects Versions: 0.10
         Environment: Linux midna 2.6.32.8-midna-2 #2 SMP Tue Feb 16 20:27:34 
CET 2010 x86_64 GNU/Linux
            Reporter: Michael Stapelberg


When starting, CouchDB prints the following message:

[info] [<0.1.0>] Apache CouchDB has started on http://:::5985/

As you can see, I am listening on ::, the equivalent to 0.0.0.0 on IPv4. 
However, in URLs, you got to use square brackets around the IPv6 address to 
make the program able to distinguish IP and port. Thus, the URL has to look 
like this: http://[::]:5985/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to