Browse Source

Merge branch '6.2.x' into 6.3.x

Closes gh-15212
pull/15218/head
Josh Cummings 2 years ago
parent
commit
bce8035bb6
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 8
      docs/modules/ROOT/pages/servlet/oauth2/login/logout.adoc

8
docs/modules/ROOT/pages/servlet/oauth2/login/logout.adoc

@ -179,8 +179,8 @@ Java:: @@ -179,8 +179,8 @@ Java::
[source=java,role="primary"]
----
@Bean
public HttpSessionEventListener sessionEventListener() {
return new HttpSessionEventListener();
public HttpSessionEventPublisher sessionEventPublisher() {
return new HttpSessionEventPublisher();
}
----
@ -189,8 +189,8 @@ Kotlin:: @@ -189,8 +189,8 @@ Kotlin::
[source=kotlin,role="secondary"]
----
@Bean
open fun sessionEventListener(): HttpSessionEventListener {
return HttpSessionEventListener()
open fun sessionEventPublisher(): HttpSessionEventPublisher {
return HttpSessionEventPublisher()
}
----
======

Loading…
Cancel
Save