mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
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
8c8fef0918
commit
ca5e303308
@ -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…
x
Reference in New Issue
Block a user