1
0
mirror of synced 2026-07-19 17:45:11 +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:
Josh Cummings
2021-02-10 11:31:30 -07:00
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