SCdF 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-453067852 @janl , Okey dokey we're getting somewhere: ``` $ ps ax | grep beam 47368 ?? S 1:10.29 /Applications/Apache CouchDB.app/Contents/Resources/couchdbx-core/bin/../erts-8.3/bin/beam.smp -K true -A 16 -Bd -- -root /Applications/Apache CouchDB.app/Contents/Resources/couchdbx-core/bin/.. -progname couchdb -- -home /Users/scdf -- -boot /Applications/Apache CouchDB.app/Contents/Resources/couchdbx-core/bin/../releases/2.3.0/couchdb -name couchdb@localhost -setcookie monster -kernel error_logger silent -sasl sasl_error_logger false -noshell -noinput -smp enable -ssl session_lifetime 300 -config /Applications/Apache CouchDB.app/Contents/Resources/couchdbx-core/bin/../releases/2.3.0/sys.config -couch_ini /Applications/Apache CouchDB.app/Contents/Resources/couchdbx-core/etc/default.ini /Users/scdf/Library/Preferences/couchdb2-local.ini 19838 s018 S+ 0:00.01 grep beam $ ls -la /Users/scdf/Library/Application\ Support/CouchDB2/etc/couchdb/local.ini -rw-r--r-- 1 scdf staff 1189 13 Aug 20:03 /Users/scdf/Library/Application Support/CouchDB2/etc/couchdb/local.ini ``` So the config I'm using is `/Users/scdf/Library/Preferences/couchdb2-local.ini`. IDK if that's supposed to happen or not, but there it is? So, repeating the gist, but checking that file each step, the badness happens when I *start* CouchDB with `WWW-Authenticate` in the file. When I start CouchDB it at some point in its startup re-writes it to disk as `www-authenticate`.
---------------------------------------------------------------- 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
