11/16/2015 5:33:56 AM
Removal of file model provider
|
|
|
|
|
11/13/2015 5:10:28 PM
First broker login - migration, documentation. Other minor fixes
|
11/13/2015 3:23:53 PM
Mongo models
|
|
|
11/13/2015 2:37:08 PM
link identity in account mgmt.
|
|
|
11/13/2015 1:00:34 PM
- Fix Potential NPE when using Servlet-Filter Adapter.
|
11/12/2015 8:29:26 PM
Adapter.
When using the `org.keycloak.adapters.servlet.KeycloakOIDCFilter` a `NullPointerException`
can be thrown in the `org.keycloak.adapters.servlet.FilterSessionStore` within the `getParam`
method of the generated wrapper in `buildWrapper` when the `content-type` is not set.
Since the `content-type` is only used to parse the body. We just check whether the `body`
is `null` and if so avoid touching the `content-type` which prevents the NPE.
If the `body` is null we return an empty `MultivaluedHashMap` for the parameters.
|