Skip to content
Snippets Groups Projects
Commit c18eee39 authored by OZGCloud's avatar OZGCloud
Browse files

release version 1.3.2

parent df99c984
Branches
Tags vor-umstellung-auf-rest
No related merge requests found
......@@ -137,12 +137,4 @@ public class SecurityConfiguration {
}
};
}
/*@Bean
public ServletContextInitializer servletContextInitializer() {
return servletContext -> {
var cookieConfig = servletContext.getSessionCookieConfig();
cookieConfig.setSecure(true);
};
}*/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment