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
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 1 additions and 1 deletions

View File

@ -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