Andy Wilkinson
154a77cae9
Make reactive resource server back off with custom security
...
Previously, the auto-configuration of reactive OAuth 2 resource
server based web security did not back off when a custom
SecurityWebFilterChain was defined. This did not match the
equivalent servlet-based auto-configuration which backs off when
a custom SecurityFilterChain is defined.
This commit updates the reactive auto-configuration to behave in
the same way as the servlet auto-configuration. A new annotation,
@ConditionalOnDefaultReactiveWebSecurity, is introduced. The
existing servlet-specific annotation,
@ConditionalOnDefaultWebSecurity is deprecated and a replacement
named @ConditionalOnDefaultServletWebSecurity is introduced.
Fixes gh-50778
2026-09-04 16:08:58 +01:00
..
2026-05-30 14:28:53 +02:00
2026-08-25 13:58:58 -07:00
2026-09-02 14:16:07 +01:00
2026-09-04 10:14:19 +01:00
2026-06-10 15:49:38 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:03:44 +01:00
2026-05-30 14:28:53 +02:00
2026-05-14 15:03:44 +01:00
2026-05-30 14:28:53 +02:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:02:24 +01:00
2026-05-30 16:26:48 +02:00
2026-09-04 12:58:36 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-07-14 17:11:14 +02:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-30 14:28:53 +02:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-07-15 09:45:44 +02:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:03:44 +01:00
2026-08-25 14:07:23 -07:00
2026-05-30 14:39:57 +02:00
2026-07-16 15:39:21 +02:00
2026-05-14 15:02:24 +01:00
2026-08-11 14:43:45 +02:00
2026-05-14 15:02:24 +01:00
2026-07-30 08:41:53 +02:00
2026-08-11 12:34:44 +01:00
2026-08-25 14:07:23 -07:00
2026-08-10 14:40:53 +02:00
2026-07-14 11:23:34 +02:00
2026-07-22 11:40:12 +02:00
2026-05-14 15:02:24 +01:00
2026-08-05 11:38:43 +02:00
2026-08-25 14:07:23 -07:00
2026-07-14 17:45:54 +02:00
2026-09-04 09:35:30 +01:00
2026-07-16 14:52:42 +02:00
2026-07-24 15:26:50 +02:00
2026-09-02 14:18:14 +01:00
2026-08-25 14:07:23 -07:00
2026-08-25 13:58:58 -07:00
2026-08-27 14:42:20 +01:00
2026-08-25 13:58:58 -07:00
2026-07-24 15:10:43 +02:00
2026-05-14 15:03:44 +01:00
2026-08-25 09:14:42 +02:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:03:44 +01:00
2026-09-04 09:53:28 +01:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:02:24 +01:00
2026-08-11 17:49:02 +02:00
2026-07-14 11:23:34 +02:00
2026-08-25 11:46:03 -07:00
2026-08-25 14:07:23 -07:00
2026-06-10 15:53:08 +01:00
2026-07-28 10:17:26 +02:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-06-24 19:12:35 +01:00
2026-07-14 11:38:01 +02:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:02:24 +01:00
2026-06-24 19:31:03 +01:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-07-25 17:24:20 +02:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:02:24 +01:00
2026-06-04 09:00:27 +01:00
2026-05-30 14:28:53 +02:00
2026-05-29 11:13:56 +02:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:02:24 +01:00
2026-07-14 11:38:01 +02:00
2026-05-31 16:31:58 +02:00
2026-05-14 15:02:24 +01:00
2026-09-04 16:08:58 +01:00
2026-09-04 16:08:58 +01:00
2026-09-04 16:08:58 +01:00
2026-09-04 16:08:58 +01:00
2026-09-04 16:08:58 +01:00
2026-05-30 15:45:22 +02:00
2026-05-14 15:02:24 +01:00
2026-07-24 15:10:43 +02:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:03:44 +01:00
2026-05-30 14:39:57 +02:00
2026-08-30 20:01:13 +02:00
2026-05-14 15:02:24 +01:00
2026-09-02 14:15:45 +01:00
2026-09-02 14:18:14 +01:00
2026-05-14 15:03:44 +01:00
2026-06-24 12:15:19 +01:00
2026-05-14 15:02:24 +01:00
2026-09-04 09:53:28 +01:00
2026-05-14 15:02:24 +01:00
2026-05-14 15:03:44 +01:00
2026-07-24 08:51:46 +02:00
2026-05-14 15:03:44 +01:00
2026-05-14 15:02:24 +01:00
2026-07-24 15:10:43 +02:00
2026-07-14 11:23:34 +02:00
2026-05-14 15:02:24 +01:00