jonasplaum opened a new issue, #178: URL: https://github.com/apache/couchdb-pkg/issues/178
After updating couchdb on debian12 the `-setcookie 'test'` value is quoted again. I tested this on a clean debian12 system with the following commands (The jfrog repo is already added): `apt install couchdb=3.4.1~bookworm` select mode none and manualy set the cookie in `/opt/couchdb/etc/vm.args` to `-setcookie 'test'` `apt install couchdb=3.4.2~bookworm` the value changes to `-setcookie ''test''` `apt install couchdb=3.4.3~bookworm` the value changes to `-setcookie '''test'''` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org