Merge branch '2.4.x'
This commit is contained in:
commit
3fc1d319fe
|
@ -1041,7 +1041,7 @@ class WebMvcAutoConfigurationTests {
|
||||||
protected Map<String, List<Resource>> getMappingLocations(HandlerMapping mapping) {
|
protected Map<String, List<Resource>> getMappingLocations(HandlerMapping mapping) {
|
||||||
Map<String, List<Resource>> mappingLocations = new LinkedHashMap<>();
|
Map<String, List<Resource>> mappingLocations = new LinkedHashMap<>();
|
||||||
getHandlerMap(mapping).forEach((key, value) -> {
|
getHandlerMap(mapping).forEach((key, value) -> {
|
||||||
Object locations = ReflectionTestUtils.getField(value, "locations");
|
Object locations = ReflectionTestUtils.getField(value, "locationsToUse");
|
||||||
mappingLocations.put(key, (List<Resource>) locations);
|
mappingLocations.put(key, (List<Resource>) locations);
|
||||||
});
|
});
|
||||||
return mappingLocations;
|
return mappingLocations;
|
||||||
|
|
Loading…
Reference in New Issue