[
https://issues.apache.org/jira/browse/JSEC-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grzegorz Borkowski updated JSEC-21:
-----------------------------------
Attachment: JSEC-21.patch
Patch attached
> 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
> Reporter: Grzegorz Borkowski
> 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.