You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by robertkowalski <gi...@git.apache.org> on 2014/09/05 00:02:26 UTC

[GitHub] couchdb pull request: COUCHDB-1438 - fix - Ignore trailing / on ro...

Github user robertkowalski commented on the pull request:

    https://github.com/apache/couchdb/pull/122#issuecomment-54551930
  
    Seems to be fixed on an upcoming Couch 2.0:
    
    ```
    (23:56:55) [robert@tequila-osx] ~/apache/couchdb (master) $ ./dev/run
    ```
    
    ```
    (23:59:14) [robert@tequila-osx] ~ $ curl -i http://localhost:15984/
    HTTP/1.1 200 OK
    X-CouchDB-Body-Time: 0
    X-Couch-Request-ID: e4310f0f
    Server: CouchDB/1705267 (Erlang OTP/17)
    Date: Thu, 04 Sep 2014 21:59:33 GMT
    Content-Type: text/plain; charset=utf-8
    Content-Length: 93
    Cache-Control: must-revalidate
    
    {"couchdb":"Welcome","version":"1705267","vendor":{"name":"The Apache Software Foundation"}}
    (23:59:33) [robert@tequila-osx] ~ $ curl -i http://localhost:15984//
    HTTP/1.1 200 OK
    X-CouchDB-Body-Time: 0
    X-Couch-Request-ID: 6c9a3bf1
    Server: CouchDB/1705267 (Erlang OTP/17)
    Date: Thu, 04 Sep 2014 21:59:36 GMT
    Content-Type: text/plain; charset=utf-8
    Content-Length: 93
    Cache-Control: must-revalidate
    
    {"couchdb":"Welcome","version":"1705267","vendor":{"name":"The Apache Software Foundation"}}
    ```
    
    @rnewson @davisp  what do you think?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---