cpoerschke commented on code in PR #2274: URL: https://github.com/apache/solr/pull/2274#discussion_r1492431063
########## solr/CHANGES.txt: ########## @@ -110,6 +110,9 @@ Bug Fixes * SOLR-17148: Fixing Config API overlay property enabling or disabling the cache (Sanjay Dutt, hossman, Eric Pugh) +* SOLR-6572: Extra leading or trailing whitespace in XML nodes in solrconfig.xml not supported Review Comment: ```suggestion * SOLR-6572: Extra leading or trailing whitespace in XML nodes in solrconfig.xml is now ignored ``` or ```suggestion * SOLR-6572: Extra leading or trailing whitespace in XML nodes in solrconfig.xml is now supported by being ignored ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
