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

Jeremy Haile resolved JSEC-21.
------------------------------

    Resolution: Fixed

Thanks Grzegorz - patch applied.

> 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.

Reply via email to