Merge branch '6.2.x'
This commit is contained in:
@@ -614,7 +614,7 @@ You need only supply the domain name and an LDAP URL that supplies the address o
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
It is also possible to obtain the server's IP address byusing a DNS lookup.
|
||||
It is also possible to obtain the server's IP address by using a DNS lookup.
|
||||
This is not currently supported, but hopefully will be in a future version.
|
||||
====
|
||||
|
||||
|
||||
@@ -788,7 +788,7 @@ Java::
|
||||
@Bean
|
||||
public SecurityFilterChain filterChain(HttpSecurity http) {
|
||||
http
|
||||
.sessionManagement((session) - session
|
||||
.sessionManagement((session) -> session
|
||||
.sessionFixation((sessionFixation) -> sessionFixation
|
||||
.newSession()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user