Ini and Ini.Section should retain key-value definition order
------------------------------------------------------------
Key: SHIRO-197
URL: https://issues.apache.org/jira/browse/SHIRO-197
Project: Shiro
Issue Type: Bug
Components: Configuration
Affects Versions: 1.0.0
Reporter: Les Hazlewood
Assignee: Les Hazlewood
Priority: Critical
Fix For: 1.0.1
Currently the Ini class and it's nested Section class use java.util.Properties
for parsing section content. The Properties class does not retain definition
order. This logic should be refactored to use a LinkedHashMap<String,String>
instead to guarantee correct ordering in any INI [urls] sections.
Note that fixing this issue should fix SHIRO-184.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.