Skip to content

Commit

Permalink
Replace "blacklist" with alternative words
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jun 17, 2020
1 parent 9c3417f commit 972c01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected ApplicationContext initApplicationContext() {

@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());
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected ApplicationContext initApplicationContext() {

@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());
}

Expand Down

0 comments on commit 972c01c

Please sign in to comment.