Merge branch '5.8.x'
This commit is contained in:
commit
855d6b6326
|
@ -19,9 +19,6 @@ DefaultSecurityFilterChain springSecurity(HttpSecurity http) throws Exception {
|
||||||
.Kotlin
|
.Kotlin
|
||||||
[source,kotlin,role="secondary"]
|
[source,kotlin,role="secondary"]
|
||||||
----
|
----
|
||||||
@EnableWebSecurity
|
|
||||||
class SecurityConfig {
|
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
open fun springSecurity(http: HttpSecurity): SecurityFilterChain {
|
open fun springSecurity(http: HttpSecurity): SecurityFilterChain {
|
||||||
val httpRequestCache = HttpSessionRequestCache()
|
val httpRequestCache = HttpSessionRequestCache()
|
||||||
|
@ -33,7 +30,6 @@ class SecurityConfig {
|
||||||
}
|
}
|
||||||
return http.build()
|
return http.build()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
----
|
----
|
||||||
|
|
||||||
.XML
|
.XML
|
||||||
|
|
Loading…
Reference in New Issue