Merge branch '5.3.x' into main

This commit is contained in:
Rossen Stoyanchev 2021-10-19 12:35:37 +01:00
commit 22f75d9ea9
2 changed files with 0 additions and 12 deletions

View File

@ -336,12 +336,6 @@ public class ResourceWebHandler implements WebHandler, InitializingBean {
this.locationsToUse.clear();
this.locationsToUse.addAll(result);
if (logger.isInfoEnabled()) {
logger.info(!this.locationsToUse.isEmpty() ?
"Locations in use: " + locationToString(this.locationsToUse) :
"0 locations in use.");
}
}
/**

View File

@ -466,12 +466,6 @@ public class ResourceHttpRequestHandler extends WebContentGenerator
this.locationsToUse.clear();
this.locationsToUse.addAll(result);
if (logger.isInfoEnabled()) {
logger.info(!this.locationsToUse.isEmpty() ?
"Locations in use: " + locationToString(this.locationsToUse) :
"0 locations in use.");
}
}
/**