bin16 opened a new issue #658: Why Fauxton make password lowercase? URL: https://github.com/apache/couchdb/issues/658 There's a problem in `Fauxton on Apache CouchDB v. 2.0.0`. In replication of Fauxton, `http://user:PASSWORD@host:port/db` will be `http://user:password@host:port/db` when send a request to local couchdb server. The url( include password ) will be lowercase, so that can't be authenticated. (It's ok in `Futon on Apache CouchDB 1.6.0`) ## Expected Behavior The password should not be lowercase fully. ## Current Behavior  ## Possible Solution Fix Fauxton? ## Steps to Reproduce (for bugs) 1. `Fauxton on Apache CouchDB v. 2.0.0` 2. Type a url with a password has uppercase letters. 3. Replica ## Context  ## Your Environment Windows 10 Pro Insider Preview Build 16199.rs_prerelease.170513-2252 Fauxton on Apache CouchDB v. 2.0.0 Node.js v8.0.0 ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
