Merge branch '5.3.x' into main
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user