Fix Test Configuration
- Typo in PlaceholderConfig was causing Windows builds to resolve the CLASSPATH environment variable Closes gh-9421
This commit is contained in:
parent
27e6743fd6
commit
db76882f75
|
@ -615,7 +615,7 @@ public class OAuth2ResourceServerSpecTests {
|
|||
@EnableWebFluxSecurity
|
||||
static class PlaceholderConfig {
|
||||
|
||||
@Value("${classpath:org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests-simple.pub}")
|
||||
@Value("classpath:org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests-simple.pub")
|
||||
RSAPublicKey key;
|
||||
|
||||
@Bean
|
||||
|
|
Loading…
Reference in New Issue