Skip to content

Commit 4406462

Browse files
committed
Merge branch '5.8.x' into 6.2.x
Closes gh-15459
2 parents 41e1407 + 5c1a108 commit 4406462

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/reactive/function/client/ServletBearerExchangeFilterFunction.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
* To locate the bearer token, this looks in the Reactor {@link Context} for a key of type
5151
* {@link Authentication}.
5252
*
53-
* Registering
54-
* {@see org.springframework.security.config.annotation.web.configuration.OAuth2ResourceServerConfiguration.OAuth2ResourceServerWebFluxSecurityConfiguration.BearerRequestContextSubscriberRegistrar},
55-
* as a {@code @Bean} will take care of this automatically, but certainly an application
56-
* can supply a {@link Context} of its own to override.
57-
*
5853
* @author Josh Cummings
5954
* @since 5.2
6055
*/

0 commit comments

Comments
 (0)