You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2009/01/26 06:42:59 UTC

[jira] Updated: (JSEC-21) NPE in TextConfigurionRealm if configuration string contains blank lines

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

Les Hazlewood updated JSEC-21:
------------------------------

        Fix Version/s: 1.0
    Affects Version/s: 1.0

> NPE in TextConfigurionRealm if configuration string contains blank lines
> ------------------------------------------------------------------------
>
>                 Key: JSEC-21
>                 URL: https://issues.apache.org/jira/browse/JSEC-21
>             Project: JSecurity
>          Issue Type: Bug
>          Components: Realms
>    Affects Versions: 1.0
>            Reporter: Grzegorz Borkowski
>             Fix For: 1.0
>
>         Attachments: JSEC-21.patch
>
>
> In TextConfigurationRealm, if user definisions or role definitions string contains blank lines, NPE is thrown. It can happen when configuratoin string is defined in XML, eg:
> 	    <property name="userDefinitions">
> 			<value>
> 					empl1 = pass1, EMPLOYEE
> 		   </value>
> 		</property>
> Here you will get configurationString with three lines: first and third will be empty lines, and NPE will be raised.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.