mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 02:02:15 +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
10946e8153
commit
87cc4d4519
@ -519,7 +519,7 @@ public class OAuth2ResourceServerSpecTests {
|
|||||||
@EnableWebFlux
|
@EnableWebFlux
|
||||||
@EnableWebFluxSecurity
|
@EnableWebFluxSecurity
|
||||||
static class PlaceholderConfig {
|
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;
|
RSAPublicKey key;
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user