keycloak-scim/integration
Thomas Darimont c4416a25e0 KEYCLOAK-2068 - Fix Potential NPE when using Servlet-Filter 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.
2015-11-13 00:14:34 +01:00
..
adapter-core groups initial 2015-10-29 16:33:02 -04:00
adapter-spi Version bump 2015-10-19 16:15:29 +02:00
admin-client Version bump 2015-10-19 16:15:29 +02:00
as7-eap6 Version bump 2015-10-19 16:15:29 +02:00
installed Version bump 2015-10-19 16:15:29 +02:00
jaxrs-oauth-client Version bump 2015-10-19 16:15:29 +02:00
jboss-adapter-core Version bump 2015-10-19 16:15:29 +02:00
jetty Change scope of jetty dependencies in jetty-adapter-spi. 2015-11-11 17:01:46 +01:00
js Fix parameter encoding in JS adapter 2015-11-10 11:20:06 +01:00
osgi-adapter KEYCLOAK-2064: Update pax-web to make use of SecureRandom 2015-11-12 09:46:45 -02:00
servlet-adapter-spi KEYCLOAK-2068 - Fix Potential NPE when using Servlet-Filter Adapter. 2015-11-13 00:14:34 +01:00
servlet-filter Version bump 2015-10-19 16:15:29 +02:00
servlet-oauth-client Version bump 2015-10-19 16:15:29 +02:00
spring-boot Version bump 2015-10-19 16:15:29 +02:00
spring-security extract keycloak configuration file name 2015-10-25 00:26:18 +02:00
tomcat Version bump 2015-10-19 16:15:29 +02:00
undertow Version bump 2015-10-19 16:15:29 +02:00
undertow-adapter-spi Version bump 2015-10-19 16:15:29 +02:00
wildfly Version bump 2015-10-19 16:15:29 +02:00
pom.xml Version bump 2015-10-19 16:15:29 +02:00