rnewson commented on issue #1850: WWW-Authenticate config value is case sensitive, but gets saved or loaded in lower case, on MacOS URL: https://github.com/apache/couchdb/issues/1850#issuecomment-453051825 confirmed that case is preserved on OSX for me (using dev/run) Can you show your local.ini file after the PUT in step 2 please? ``` curl foo:bar@localhost:15984/_node/_local/_config/httpd/WWW-Authenticate -XPUT -d '"Hello"' "" ➜ couchdb git:(feature/database-partitions) ✗ grep WWW-A ./dev/lib/node1/etc/local.ini ;WWW-Authenticate = Basic realm="administrator" WWW-Authenticate = Hello ```
---------------------------------------------------------------- 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
