Josh Cummings
83093ec91c
Merge remote-tracking branch 'origin/5.8.x'
2022-10-27 10:34:49 -06:00
Josh Cummings
1dd13e69a4
Standardize Preparation Guide Layout
...
Closes gh-12096
2022-10-27 10:34:20 -06:00
Steve Riesenberg
36c1627ddf
Merge branch '5.5.x' into 5.6.x
...
Merged using the ours strategy.
2022-10-26 23:32:40 -05:00
Steve Riesenberg
c0b930e421
Resolve plugin dependencies
2022-10-26 23:25:52 -05:00
Josh Cummings
abe68abfe4
Merge remote-tracking branch 'origin/5.8.x'
2022-10-26 17:13:02 -06:00
mmoussa_mapfreusa
bd4e0fb5db
Set LogoutRequestRepository on Saml2 LogoutSuccessHandler
...
Closes gh-11363
2022-10-26 16:44:23 -06:00
Josh Cummings
cc8a93e5ec
Restore Missing Links to Migration Guide
2022-10-26 16:19:44 -06:00
Josh Cummings
f29d1da0a5
Add Link to 5.8 Preparation Guide
...
Closes gh-12093
2022-10-26 16:19:31 -06:00
Josh Cummings
7da27403df
Merge remote-tracking branch 'origin/5.8.x'
2022-10-26 16:19:04 -06:00
Josh Cummings
2a95a24390
Add Link to 6.0 Migration Guide
...
Issue gh-12093
2022-10-26 16:15:36 -06:00
Steve Riesenberg
8e19e93d1b
Merge branch '5.4.x' into 5.5.x
2022-10-26 17:01:37 -05:00
Rob Winch
d40ed58118
Merge branch '5.8.x'
...
Closes gh-12091
Closes gh-12092
2022-10-26 14:56:02 -05:00
Josh Cummings
2b50aa3ae0
Polish Method Security Migration Steps
...
Removed checkboxes when there is only one step
2022-10-26 13:47:16 -06:00
Rob Winch
24cc7ff178
Document Saved Requests Migration
...
Closes gh-12089
2022-10-26 14:24:00 -05:00
Rob Winch
c17e258a6f
Document Saved Requests
...
Closes gh-12088
2022-10-26 14:22:30 -05:00
Josh Cummings
d076ddb26c
Polish Method Security Migration Steps
2022-10-26 13:18:07 -06:00
Steve Riesenberg
ffae2f6e67
Merge branch '5.3.x' into 5.4.x
2022-10-26 14:01:39 -05:00
Steve Riesenberg
e40ca31414
Merge branch '5.2.x' into 5.3.x
2022-10-26 13:49:17 -05:00
Steve Riesenberg
5dbfa57c19
Resolve plugin dependencies
2022-10-26 13:45:22 -05:00
Josh Cummings
2f789a7a5f
Merge remote-tracking branch 'origin/5.8.x'
2022-10-26 12:38:29 -06:00
Josh Cummings
f6731e89db
Polish Method Security Preparation Steps
2022-10-26 12:37:54 -06:00
Josh Cummings
4528561326
Add Method Security Migration Steps
2022-10-25 15:04:59 -06:00
Josh Cummings
7adc000c6b
Merge remote-tracking branch 'origin/5.8.x'
2022-10-25 14:42:32 -06:00
Josh Cummings
04fa5af794
Add Missing Doc Header
...
The EnableMethodSecurity section
2022-10-25 14:41:11 -06:00
Josh Cummings
e505bc3af4
Add Method Security Preparation Steps
2022-10-25 14:41:10 -06:00
Steve Riesenberg
7214cea7ed
Merge branch '5.8.x'
...
Merged using the ours strategy.
2022-10-25 14:18:50 -05:00
Steve Riesenberg
ebca715aad
Merge branch '5.7.x' into 5.8.x
...
Merged using the ours strategy.
2022-10-25 14:17:53 -05:00
Steve Riesenberg
aed7a869df
Merge branch '5.6.x' into 5.7.x
...
Merged using the ours strategy.
2022-10-25 14:17:27 -05:00
Steve Riesenberg
a2bff26024
Merge branch '5.5.x' into 5.6.x
...
Merged using the ours strategy.
2022-10-25 14:16:41 -05:00
Steve Riesenberg
51a1479920
Merge branch '5.4.x' into 5.5.x
...
Merged using the ours strategy.
2022-10-25 14:16:00 -05:00
Steve Riesenberg
97b789318a
Merge branch '5.3.x' into 5.4.x
...
Merged using the ours strategy.
2022-10-25 14:15:02 -05:00
Steve Riesenberg
d408b614fd
Merge branch '5.2.x' into 5.3.x
...
Merged using the ours strategy.
2022-10-25 14:14:31 -05:00
Josh Cummings
d651da5ac3
Merge remote-tracking branch 'origin/5.8.x'
...
Closes gh-12077
2022-10-24 16:54:03 -06:00
Josh Cummings
dd30694979
Merge remote-tracking branch 'origin/5.7.x' into 5.8.x
...
Closes gh-12076
2022-10-24 16:46:08 -06:00
David Becker
2b426872a3
Use InetSocketAddress#getHostString
...
Sometimes InetSocketAddress#getAddress#getHostAddress retuns null.
In that case, call InetSocketAddress#getHostString instead.
There is no performance loss since IpAddressMatcher#matches attemptsi
to re-parse and resolve the address anyway.
Closes gh-11888
2022-10-24 16:32:19 -06:00
Rob Winch
9cb668aec2
SessionManagementConfigurer properly defaults SecurityContextRepository
...
Previously the default was an HttpSessionSecurityContextRepository which
meant that if a stateless authentication occurred the SecurityContext would
be lost on ERROR dispatch.
This commit ensures that the RequestAttributeSecurityContextRepository is
also consulted by default.
Closes gh-12070
2022-10-20 10:57:47 -05:00
Rob Winch
a4858d9eaa
Add SpringTestContext.addFilter
...
Add SpringTestContext.addFilter which allows Spring Security's tests
to specify a Filter to be added to the SpringTestContext.
Closes gh-12071
2022-10-20 10:54:24 -05:00
Steve Riesenberg
55877c5f32
Merge branch '5.8.x'
2022-10-18 11:28:52 -05:00
github-actions[bot]
e1d00031e0
Next development version
2022-10-18 03:42:55 +00:00
github-actions[bot]
04d31e44dd
Next development version
2022-10-18 03:40:52 +00:00
github-actions[bot]
1ece9f35a3
Release 6.0.0-RC1
2022-10-18 03:21:19 +00:00
Rob Winch
e95f180066
Update to Spring LDAP 3.0.0-RC1
...
Closes gh-12067
2022-10-17 22:16:51 -05:00
Rob Winch
a2a511636e
Update to Spring Data 2022.0.0-RC1
...
Closes gh-12066
2022-10-17 22:15:55 -05:00
Steve Riesenberg
53056017c1
Revert "Release 6.0.0-RC1"
...
This reverts commit 334adaef37
.
2022-10-17 22:06:23 -05:00
github-actions[bot]
68495d68ac
Release 5.8.0-RC1
2022-10-18 02:50:39 +00:00
github-actions[bot]
334adaef37
Release 6.0.0-RC1
2022-10-18 02:49:59 +00:00
Steve Riesenberg
9bf8c53dd6
Merge branch '5.8.x'
...
Merged using the ours strategy.
Closes gh-dry-run
2022-10-17 21:14:33 -05:00
Steve Riesenberg
0608ce3b57
Update org.springframework.data to 2021.2.5
...
Closes gh-12065
2022-10-17 21:01:37 -05:00
Steve Riesenberg
9798e3dbff
Update htmlunit-driver to 2.65.0
...
Closes gh-12064
2022-10-17 21:01:36 -05:00
Steve Riesenberg
3a99c5c6d7
Update org.mockito to 4.8.1
...
Closes gh-12063
2022-10-17 21:01:36 -05:00