You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Michael Stapelberg (JIRA)" <ji...@apache.org> on 2010/02/25 14:39:27 UTC

[jira] Created: (COUCHDB-672) info-message contains invalid URL when using IPv6

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.


[jira] Updated: (COUCHDB-672) info-message contains invalid URL when using IPv6

Posted by "Paul Joseph Davis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Joseph Davis updated COUCHDB-672:
--------------------------------------

    Skill Level: Regular Contributors Level (Easy to Medium)

> 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
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.