We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e6743 commit db76882Copy full SHA for db76882
config/src/test/java/org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests.java
@@ -615,7 +615,7 @@ SecurityWebFilterChain springSecurity(ServerHttpSecurity http) {
615
@EnableWebFluxSecurity
616
static class PlaceholderConfig {
617
618
- @Value("${classpath:org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests-simple.pub}")
+ @Value("classpath:org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests-simple.pub")
619
RSAPublicKey key;
620
621
@Bean
0 commit comments