
| Key: |
CONF-5821
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Jeremy Higgs
|
| Votes: |
0
|
| Watchers: |
1
|
|
|
A user has reported that a NullPointerException occurs on line 59 of UserList.java, when the User returned is null.
The likely cause of this is a username returned by LDAP, which the UserAccessor was not able to find a matching User for. The lines below that assume that the 'user' variable isn't null, causing an NPE.
|
|
Description
|
A user has reported that a NullPointerException occurs on line 59 of UserList.java, when the User returned is null.
The likely cause of this is a username returned by LDAP, which the UserAccessor was not able to find a matching User for. The lines below that assume that the 'user' variable isn't null, causing an NPE. |
Show » |
|