mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-08 05:02:13 +00:00
Merge branch '6.3.x'
This commit is contained in:
commit
24e3bb11bc
@ -179,8 +179,8 @@ Java::
|
|||||||
[source=java,role="primary"]
|
[source=java,role="primary"]
|
||||||
----
|
----
|
||||||
@Bean
|
@Bean
|
||||||
public HttpSessionEventListener sessionEventListener() {
|
public HttpSessionEventPublisher sessionEventPublisher() {
|
||||||
return new HttpSessionEventListener();
|
return new HttpSessionEventPublisher();
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
@ -189,8 +189,8 @@ Kotlin::
|
|||||||
[source=kotlin,role="secondary"]
|
[source=kotlin,role="secondary"]
|
||||||
----
|
----
|
||||||
@Bean
|
@Bean
|
||||||
open fun sessionEventListener(): HttpSessionEventListener {
|
open fun sessionEventPublisher(): HttpSessionEventPublisher {
|
||||||
return HttpSessionEventListener()
|
return HttpSessionEventPublisher()
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
======
|
======
|
||||||
|
Loading…
x
Reference in New Issue
Block a user