You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/21 15:34:47 UTC

[GitHub] cboden opened a new issue #41: Greedy URL parser

cboden opened a new issue #41: Greedy URL parser
URL: https://github.com/apache/couchdb-nano/issues/41
 
 
   When passing a URL to the parser (from couchdb-bootstrap) it's grabbing the first `/` it finds and improperly returning a parsed URL when I have a `/` in my password. 
   > 'http://admin:28vBiMbx3h/4=tRPdAfZ7PWrMrxq;BAa+Ru@localhost:5984'
   ```
     config: 
      { url: 'http://admin/:28vBiMbx3h',
        db: '4=tRPdAfZ7PWrMrxq;BAa+Ru@localhost:5984',
        defaultHeaders: { 'X-Couch-Full-Commit': 'true' } }
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services