[ 
https://issues.apache.org/jira/browse/SHIRO-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Les Hazlewood updated SHIRO-197:
--------------------------------

    Attachment: SHIRO-197.patch

This issue is not yet closed, but the initial patch should help people move 
along until we can get out a quick release.

> 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
>
>         Attachments: SHIRO-197.patch
>
>
> 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.

Reply via email to