-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 1.1.0
-
Component/s: Configuration
-
Labels:None
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.
- is depended upon by
-
SHIRO-184 ShiroFilterFactoryBean 'filterChainDefinitions' property does not retain URL path matching order
-
- Closed
-