[
https://issues.apache.org/jira/browse/KI-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Cabrera moved JSEC-21 to KI-7:
-----------------------------------
Fix Version/s: (was: 1.0)
Component/s: (was: Realms)
Affects Version/s: (was: 1.0)
Key: KI-7 (was: JSEC-21)
Project: Ki (was: JSecurity)
> NPE in TextConfigurionRealm if configuration string contains blank lines
> ------------------------------------------------------------------------
>
> Key: KI-7
> URL: https://issues.apache.org/jira/browse/KI-7
> Project: Ki
> Issue Type: Bug
> Reporter: Grzegorz Borkowski
> Assignee: Jeremy Haile
> 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.