You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2009/01/24 13:27:59 UTC

[jira] Closed: (COUCHDB-213) config test failure for ports 80 and 443

     [ https://issues.apache.org/jira/browse/COUCHDB-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-213.
--------------------------------

    Resolution: Fixed

Closed as of r737346

> config test failure for ports 80 and 443
> ----------------------------------------
>
>                 Key: COUCHDB-213
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-213
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Test Suite
>            Reporter: Dean Landolt
>            Priority: Minor
>
> In the config test this assertion:
> T(config.httpd.port == port);
> depends on the line:
> var port = CouchDB.host.split(":").pop();
>  But there's no :port on when running on 80 and 443. If config.httpd.port == 80 or 443 the port assertion should be skipped (and perhaps the protocol path part checked for http:// or https://)

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