Skip to content

Commit db76882

Browse files
committed
Fix Test Configuration
- Typo in PlaceholderConfig was causing Windows builds to resolve the CLASSPATH environment variable Closes gh-9421
1 parent 27e6743 commit db76882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/test/java/org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ SecurityWebFilterChain springSecurity(ServerHttpSecurity http) {
615615
@EnableWebFluxSecurity
616616
static class PlaceholderConfig {
617617

618-
@Value("${classpath:org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests-simple.pub}")
618+
@Value("classpath:org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests-simple.pub")
619619
RSAPublicKey key;
620620

621621
@Bean

0 commit comments

Comments
 (0)