[keycloak-user] '500 Internal Server Error' thrown when 'Update User' API is invoked w/o 'username' in the payload
Lohitha Chiranjeewa
kalc04 at gmail.com
Fri Mar 11 02:49:58 EST 2016
Stian just FYI, apparently this is not fixed despite the ticket getting
closed.
I had a brief look at the code, and it seems if the "username" is present
and the "enabled" parameter is set to true in the request payload, a
NullPointerException still gets thrown.
if (rep.isEnabled() != null && rep.isEnabled()) {
UsernameLoginFailureModel failureModel =
session.sessions().getUserLoginFailure(realm,
rep.getUsername().toLowerCase());
if (failureModel != null) {
failureModel.clearFailures();
}
}
This is in org.keycloak.services.resources.admin.UsersResource class.
Regards,
Lohitha.
On Mon, Jan 18, 2016 at 11:51 AM, Lohitha Chiranjeewa <kalc04 at gmail.com>
wrote:
> JIRA logged here: https://issues.jboss.org/browse/KEYCLOAK-2334
>
>
> Regards,
> Lohitha
>
> On Fri, Jan 15, 2016 at 9:12 PM, Stian Thorgersen <sthorger at redhat.com>
> wrote:
>
>> Yes please
>>
>> On 15 January 2016 at 04:42, Lohitha Chiranjeewa <kalc04 at gmail.com>
>> wrote:
>>
>>> Hi,
>>>
>>> Refer title for the bug. This seems to have been introduced after
>>> 1.2.0.Final because in that version we didn't have this problem. Failure
>>> happens in 1.7.0.Final. Checked the logs and there's a NullPointerException
>>> thrown.
>>>
>>> Shall I create a JIRA?
>>>
>>>
>>> Regards,
>>> Lohitha.
>>>
>>> _______________________________________________
>>> keycloak-user mailing list
>>> keycloak-user at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/keycloak-user
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160311/fa3cc8c4/attachment.html
More information about the keycloak-user
mailing list