nickva opened a new pull request, #4287:
URL: https://github.com/apache/couchdb/pull/4287

   There are allowed only for the `k = v` form and not `k=v`. The idea is to 
split on ` = ` first, and if that fails to produce a valid kv pair we split on 
`=` as before.
   
   To implement, simplify the parsing logic and remove the undocumented 
multi-line config value feature. The continuation syntax is not documented 
anywhere and not used by our default.ini or in documentation.
   
   Also added 100% test coverage to the parser.
   
   Fix: https://github.com/apache/couchdb/issues/3319


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to