wohali commented on issue #206: URL: https://github.com/apache/couchdb-docker/issues/206#issuecomment-917688827
That line has had `\w+` in it for quite some time, at least since 3.1.0: https://github.com/apache/couchdb-docker/pull/181/files retained it `\w+` should match on 1 or more characters. Setting it to `\w*` will mean matching 0 or more characters that aren't prefixed with `;`, which is not what we want. What was the last version that you used that worked? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
