stevedlawrence opened a new pull request, #111:
URL: https://github.com/apache/daffodil-sbt/pull/111

   Commit dfe5e05259 rewrote DaffodilSaver in java, but the switch from Scala 
XML to Java DOM was not done correctly. The Java logic is not namespace aware 
and does not properly ignore whitespace, so config files using namespace 
prefixes or have extra whitespace can lead to ignored tunables or thrown 
exceptions.
   
   To fix this, this changes the Java config parsing to be namespace-aware, 
specify the namespace when querying for the "tunables" element, ignore 
whitespace nodes, and trim tuanble values to strip leading/trailing whitespace.
   
   Fixes #109


-- 
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: commits-unsubscr...@daffodil.apache.org

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

Reply via email to