Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0.0
-
None
Description
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.
Attachments
Attachments
Issue Links
- is depended upon by
-
SHIRO-184 ShiroFilterFactoryBean 'filterChainDefinitions' property does not retain URL path matching order
- Closed