60 Commits

Author SHA1 Message Date
Josh Cummings
15d9c13984
Add RequestMatcher MigrationPath for SwitchUserFilter
To simplify migration, the filter's setter methods still use AntPathRequestMatcher.
Users can call the equivalent RequestMatcher setter methods to opt-in to the change early.

Issue gh-16417
2025-03-26 16:38:38 -06:00
Josh Cummings
ff52e05b24
Favor PathPatternRequestMatcher in XML Configuration
Update BeanDefinitionParsers to use PathPatternRequestMatcher conditionally
on the presence of a PathPatternRequestMatcher.Builder bean

Closes gh-16828
2025-03-26 13:40:04 -06:00
Josh Cummings
0091cf697c
Add RedirectToHttps Migration Doc
Issue gh-16775
Issue gh-16678
2025-03-19 15:27:09 -06:00
Josh Cummings
ab43a660b9 Add RFC 9068 Support
Closes gh-13185
2025-02-27 12:40:01 -07:00
Josh Cummings
7d301f87d6
Add Opt-in PathPattern Strategy
Closes gh-16573
2025-02-21 13:40:24 -07:00
Josh Cummings
aea7f333f7
Document OpaqueTokenIntrospector Migration
Issue gh-15988
2025-01-16 20:41:56 -07:00
Marcus Da Coregio
5ceea9e2aa Include information about -parameters flag in 6.2 upgrade notes
Closes gh-13552
2023-07-19 11:07:34 -03:00
Marcus Da Coregio
4c77a550ae Change to Migrating to 6.2
Issue gh-13552
2023-07-19 10:30:23 -03:00
Rob Winch
8407c9ebee Merge branch '6.0.x'
Closes gh-13407
2023-06-18 21:41:16 -05:00
Rob Winch
f66a5bab99 Merge branch '5.8.x' into 6.0.x
Closes gh-13406
2023-06-18 21:33:58 -05:00
Rob Winch
7da99acca7 Merge branch '5.7.x' into 5.8.x
Closes gh-13405
2023-06-18 21:32:35 -05:00
Rob Winch
312b758b3a Merge branch '5.7.x' into 5.8.x
Closes gh-13292
2023-06-08 17:14:34 -05:00
Josh Cummings
9d19435eb0
Merge branch '6.0.x' 2023-06-05 13:08:47 -06:00
delver
2629fb2061 Fix Kotlin typo 2023-06-05 13:08:17 -06:00
delver
77c337bac4 Fix invalid link 2023-06-05 13:08:17 -06:00
Marcus Da Coregio
5c88b95af5 Mention that authorizeHttpRequests does not support GrantedAuthorityDefaults
Closes gh-13227
2023-05-25 09:51:36 -03:00
Josh Cummings
68b052218a
Add @EnableTransactionManagement Details
Closes gh-13152
2023-05-24 10:10:00 -06:00
daisuzz
734dc98e50 Fix typo in authorization.adoc 2023-05-18 09:59:23 -06:00
Steve Riesenberg
491041dc60
Merge branch '6.0.x' 2023-05-12 15:44:33 -05:00
Steve Riesenberg
e234f85b2f
Fix hard-coded link in remote build
Issue gh-13156
2023-05-12 15:43:14 -05:00
Steve Riesenberg
0c3bafb505
Fix hard-coded link in remote build
Issue gh-12675
2023-05-12 15:41:51 -05:00
Steve Riesenberg
e96a5e9bd1
Merge branch '6.0.x'
Closes gh-13157
2023-05-12 13:54:56 -05:00
Steve Riesenberg
72d86f1cbc
Update links to 5.8 migration guide
Closes gh-13156
2023-05-12 13:46:54 -05:00
Steve Riesenberg
6a42d5c17b
Update link to 6.0 migration guide
Closes gh-12675
2023-05-12 13:43:02 -05:00
Josh Cummings
e5fcf1ebcf
Revisit Request and Method Security Docs
Issue gh-13088
2023-05-01 14:09:22 -06:00
Josh Cummings
9244989b2e
Fix allOf/anyOf Abstain Logic
Closes gh-13069
2023-04-24 15:36:17 -06:00
Brummolix
a513fc0f38 Fix SecurityWebApplicationInitializer.getSecurityDispatcherTypes example in doc #12939 2023-03-30 09:38:17 -03:00
Marcus Da Coregio
b4b4cd0ffa Merge branch '5.8.x' into 6.0.x
Closes gh-12941
2023-03-28 15:23:21 -03:00
Marcus Da Coregio
eb58655fa9 Improve Docs by mentioning that Empty SecurityContext should be saved
Closes gh-12906
2023-03-28 15:21:30 -03:00
Josh Cummings
35cf52d3bd
Add DefaultMethodSecurityExpressionHandler
Closes gh-12356
2023-02-21 16:58:08 -07:00
Josh Cummings
6bf11181ef
Adjust AfterInvocationManager Migration Docs
The original documentation only addresses the post-authorize case.
Some implementations want also to modify the return type.

Issue gh-12620
2023-02-21 15:07:17 -07:00
Steve Riesenberg
2876605324
Polish migration doc
Issue gh-12675
2023-02-15 17:18:09 -06:00
Steve Riesenberg
bf2951b5af
Add sections for migrating exploit protection in 6.0
Issue gh-12462
2023-02-15 17:18:09 -06:00
Steve Riesenberg
ca1961d35e
Link to the latest 6.0.x release
Issue gh-12675
2023-02-15 17:01:28 -06:00
Steve Riesenberg
821db0a1ea
Polish migration doc
Issue gh-12675
2023-02-15 17:00:49 -06:00
Tao Sun
6f5c633241
Fix typo in Authentication Migrations page 2023-02-15 15:14:09 -07:00
Steve Riesenberg
45b81b194b
Expand migration docs regarding CSRF
Closes gh-12462
2023-02-15 14:53:28 -06:00
Steve Riesenberg
179428f7da
Add section for migrating WebSocket support
Issue gh-12378
2023-01-26 15:45:09 -06:00
Steve Riesenberg
33e72b35f9
Add section for migrating WebSocket support
Issue gh-12378
2023-01-23 16:00:36 -06:00
Josh Cummings
88a8ef647b
Add Details about @Configuration
Closes gh-12486
2023-01-06 13:56:56 -07:00
Marcus Da Coregio
892bbcfe0f Add EnableWebFluxSecurity migration step
Closes gh-12434
2022-12-21 10:24:25 -03:00
Marcus Da Coregio
88d50a531b Add EnableWebSecurity migration steps to 5.8 guide
Closes gh-12334
2022-12-07 10:22:54 -08:00
Marcus Da Coregio
7439d5d2de Revert "Fix typo"
This reverts commit 707f8286f824926f4860d2eb5b44f5ad9a70b6e5.
2022-12-05 14:13:14 -08:00
heowc
707f8286f8 Fix typo 2022-12-05 14:09:41 -08:00
Michael Schneider
74e8fa10a2 Fix password encoder migration guide 2022-12-02 14:12:47 -07:00
Marc Becker
50da5b6498 Fix securityMatchers code sample
Closes gh-12296
2022-11-25 10:18:40 -03:00
Josh Cummings
01117b11fe
Polish Kotlin snippet
- to match the comments in the related Java snippet

Issue gh-11959
2022-11-20 12:28:45 -07:00
Josh Cummings
7804e3283b
Fix Migration 6.0 Link
Issue gh-12242
2022-11-20 12:26:42 -07:00
Steve Riesenberg
e60eb87441
Fix additional typos
Issue gh-11959
2022-11-19 23:22:29 -06:00
Steve Riesenberg
3d2be56249
Fix reference to CookieServerCsrfTokenRepository
Issue gh-11959
2022-11-19 23:12:59 -06:00