Skip to content

Commit 005eca7

Browse files
committed
Fix Test Configuration
- Typo in PlaceholderConfig was causing Windows builds to resolve the CLASSPATH environment variable Closes gh-9421
1 parent 68ac3ef commit 005eca7

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ SecurityWebFilterChain springSecurity(ServerHttpSecurity http) {
519519
@EnableWebFlux
520520
@EnableWebFluxSecurity
521521
static class PlaceholderConfig {
522-
@Value("${classpath:org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests-simple.pub}")
522+
@Value("classpath:org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests-simple.pub")
523523
RSAPublicKey key;
524524

525525
@Bean

0 commit comments

Comments
 (0)