We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185101f commit 673af89Copy full SHA for 673af89
1 file changed
src/main/java/eu/openanalytics/containerproxy/ContainerProxyApplication.java
@@ -276,6 +276,8 @@ public static Properties getDefaultProperties() {
276
277
private static void setDefaultProperties(SpringApplication app) {
278
app.setDefaultProperties(getDefaultProperties());
279
+ // See: https://github.com/keycloak/keycloak/pull/7053
280
+ System.setProperty("jdk.serialSetFilterAfterRead", "true");
281
}
282
283
0 commit comments