1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Merge branch '6.2.x'

This commit is contained in:
Marcus Hert Da Coregio
2024-01-31 09:52:08 -03:00
3 changed files with 3 additions and 3 deletions
@@ -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()
)