tanvir-ux opened a new pull request, #648:
URL: https://github.com/apache/commons-configuration/pull/648

   Fixes 
[CONFIGURATION-820](https://issues.apache.org/jira/browse/CONFIGURATION-820).
   
   `INIConfiguration.getSection("sec.sec")` followed by `setProperty` and 
`write()` was dropping all but one property when the section name contains a 
`.`.
   
   `getSection` now looks up or creates a direct root child by the exact 
section name (instead of `configurationAt`, which treats `.` as a path 
delimiter). I also escape delimiters in `DefaultExpressionEngine.canonicalKey` 
so the tracked-node selector for names like `sec.sec` stays resolvable after 
updates.
   
   Added a regression test matching the JIRA case (two properties under 
`[sec.sec]` round-trip on write).


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

Reply via email to