Browse Source

Fix Test Configuration

- Typo in PlaceholderConfig was causing Windows builds to
resolve the CLASSPATH environment variable

Closes gh-9421
pull/9453/head
Josh Cummings 5 years ago
parent
commit
db76882f75
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 2
      config/src/test/java/org/springframework/security/config/web/server/OAuth2ResourceServerSpecTests.java

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

@ -615,7 +615,7 @@ public class OAuth2ResourceServerSpecTests { @@ -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

Loading…
Cancel
Save