Replace "blacklist" with alternative words

See gh-25262
This commit is contained in:
Sam Brannen 2020-06-17 13:58:44 +02:00
parent 9c3417f703
commit 972c01cbbd
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ class CrossOriginAnnotationIntegrationTests extends AbstractRequestMappingIntegr
@Override
protected RestTemplate initRestTemplate() {
// JDK default HTTP client blacklist headers like Origin
// JDK default HTTP client disallowed headers like Origin
return new RestTemplate(new HttpComponentsClientHttpRequestFactory());
}

View File

@ -64,7 +64,7 @@ class GlobalCorsConfigIntegrationTests extends AbstractRequestMappingIntegration
@Override
protected RestTemplate initRestTemplate() {
// JDK default HTTP client blacklists headers like Origin
// JDK default HTTP client disallowed headers like Origin
return new RestTemplate(new HttpComponentsClientHttpRequestFactory());
}