Closes gh-30993
This commit is contained in:
Andy Wilkinson
2022-05-12 12:11:51 +01:00
8 changed files with 15 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.security.oauth2.server.resource.introspection.SpringO
import org.springframework.security.web.SecurityFilterChain;
/**
* Configures a {@link OpaqueTokenIntrospector} when a token introspection endpoint is
* Configures an {@link OpaqueTokenIntrospector} when a token introspection endpoint is
* available. Also configures a {@link SecurityFilterChain} if a
* {@link OpaqueTokenIntrospector} bean is found.
*

View File

@@ -88,7 +88,7 @@ class SpringBootWebSecurityConfiguration {
}
/**
* Adds the{@link EnableWebSecurity @EnableWebSecurity} annotation if Spring Security
* Adds the {@link EnableWebSecurity @EnableWebSecurity} annotation if Spring Security
* is on the classpath. This will make sure that the annotation is present with
* default security auto-configuration and also if the user adds custom security and
* forgets to add the annotation. If {@link EnableWebSecurity @EnableWebSecurity} has