Josh Cummings
afb5a4ae2c
Merge branch '6.0.x'
...
Closes gh-12688
3 years ago
Josh Cummings
cedb9fd199
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12687
3 years ago
Josh Cummings
0baf650f38
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12686
3 years ago
Leonid Rozenblyum
000b4bc495
Fix NPE in HttpSecurity#addFilterBefore, HttpSecurity#addFilterAfter
...
Before the fix, these methods would throw a NPE in case when the filter class passed as the second parameter, is not registered yet.
In particular, this exception can occur when mixing standard and custom DSL to register filters.
The fix doesn't change the situation that standard DSL for registration of filters cannot refer to filters that are registered via custom DSL even though those calls were done earlier.
It just provides more user-friendly error handling for this and most likely other scenarios of calls of HttpSecurity#addFilterBefore, HttpSecurity#addFilterAfter.
The error handling is implemented similarly to HttpSecurity#addFilter.
Closes gh-12637
3 years ago
Steve Riesenberg
5286b78308
Merge branch '6.0.x'
...
Closes gh-12684
3 years ago
Steve Riesenberg
c4f68d83bf
Document default CsrfTokenRequestHandler in 6.0
...
Closes gh-12651
3 years ago
Josh Cummings
c1c28375d6
Add RelayStateResolver
...
Co-authored-by: ghaege <ghaege@qaepps.de>
Closes gh-12538
3 years ago
Josh Cummings
ab8337e371
Polish
...
Co-authored-by: ghaege <ghaege@qaepps.de>
Issue gh-12538
3 years ago
Marcus Da Coregio
4bb944e7e5
Merge branch '6.0.x'
3 years ago
Marcus Da Coregio
5ccf414f02
Merge branch '5.8.x' into 6.0.x
3 years ago
Marcus Da Coregio
82c86b822f
Polish session-management.adoc
...
Remove unresolved anchor
Issue gh-12519
3 years ago
Marcus Da Coregio
78c70d8c9b
Merge branch '6.0.x'
3 years ago
Marcus Da Coregio
e59f71f036
Polish session-management.adoc
...
Remove default values from configuration
Issue gh-12519
3 years ago
Marcus Da Coregio
5d8df25b10
Merge branch '6.0.x'
...
Closes gh-12681
3 years ago
Marcus Da Coregio
ce222de7e6
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12680
3 years ago
Marcus Da Coregio
4f3faa78f7
Revisit Session Management docs
...
Closes gh-12519
3 years ago
twosom
28d353d731
Extract errorMessage from generateLoginPageHtml
3 years ago
twosom
ae23e3f5f4
Use instanceof pattern matching in initAuthFilter
3 years ago
twosom
99eacf2f0b
Change private static method to private methods
3 years ago
Steve Riesenberg
b0fcc1f0fa
Merge branch '6.0.x'
3 years ago
Steve Riesenberg
8ab0bf76a3
Merge branch '5.8.x' into 6.0.x
3 years ago
Steve Riesenberg
2876605324
Polish migration doc
...
Issue gh-12675
3 years ago
Steve Riesenberg
bf2951b5af
Add sections for migrating exploit protection in 6.0
...
Issue gh-12462
3 years ago
Steve Riesenberg
ca1961d35e
Link to the latest 6.0.x release
...
Issue gh-12675
3 years ago
Steve Riesenberg
821db0a1ea
Polish migration doc
...
Issue gh-12675
3 years ago
twosom
cef13a6a16
Fix Javadoc Type Parameter
3 years ago
twosom
c79dac49ca
Fix Typo
3 years ago
Pascal Verdage
659b65a666
Fix javadox typo
3 years ago
Josh Cummings
40bc712461
Merge branch '6.0.x'
3 years ago
Tao Sun
6f5c633241
Fix typo in Authentication Migrations page
3 years ago
Tao Sun
26fc15a8b3
Fix typo in Authentication Migrations page
3 years ago
Jerome Prinet
5cc13bc03d
Update Gradle Enterprise plugin
3 years ago
Steve Riesenberg
45b81b194b
Expand migration docs regarding CSRF
...
Closes gh-12462
3 years ago
Steve Riesenberg
2a16300882
Update list of automated branches
3 years ago
Josh Cummings
1ca4781923
Merge branch '6.0.x'
3 years ago
Josh Cummings
8ca726f4fa
Specify query string
...
Issue gh-12665
3 years ago
Josh Cummings
e7d65966fd
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12671
3 years ago
Josh Cummings
0d4c619648
Include continue in query string
...
Closes gh-12665
3 years ago
Josh Cummings
c4485a8909
Merge branch '6.0.x'
3 years ago
Geon Park
613b16c247
NimbusReactiveJwtDecoder support mono chain
...
Supports reactive exception handling when using PublicKeyReactiveJwtDecoderBuilder and SecretKeyReactiveJwtDecoderBuilder
3 years ago
Dmitriy Grushin
2b36499700
Update expression-based.adoc
...
Removed a duplicate paragraph that was phrased a bit differently.
3 years ago
Pavel Anisimov
53a273ed54
Fix image in servlet architecture docs section
3 years ago
Josh Cummings
d91837eadc
Merge branch '6.0.x'
...
Closes gh-12641
3 years ago
Tobias Meurer
7dd5cc6082
Pick Up Custom SecurityContextRespository
...
Closes gh-12579
3 years ago
twosom
c66370c092
Update javadoc in EnableWebSecurity
3 years ago
Marcus Da Coregio
eb35d3055f
Merge branch '6.0.x'
...
Closes gh-12640
3 years ago
Marcus Da Coregio
52ed165476
Move classpath checks to class member variable
...
Closes gh-11437
3 years ago
Marcus Da Coregio
50bbe88a2e
Merge branch '6.0.x'
...
Closes gh-12626
3 years ago
Marcus Da Coregio
c15f45d9ee
Only register hints for servlet applications
...
Closes gh-12622
3 years ago
Marcus Da Coregio
da28a426f2
Merge branch '6.0.x'
...
Closes gh-12625
3 years ago