Merge branch '6.2.x'
# Conflicts: # spring-core/src/main/java/org/springframework/cglib/core/CodeEmitter.java
This commit is contained in:
commit
37319fc367
File diff suppressed because it is too large
Load Diff
|
@ -392,7 +392,7 @@ public class PathMatchingResourcePatternResolver implements ResourcePatternResol
|
|||
}
|
||||
else {
|
||||
// a single resource with the given name
|
||||
return new Resource[] {getResourceLoader().getResource(locationPattern)};
|
||||
return new Resource[] {getResource(locationPattern)};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue