mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Overrides method to use defined base instead of fetching it again
This commit is contained in:
+4
@@ -95,6 +95,10 @@ public class StrutsWildcardServletApplicationContext extends ServletApplicationC
|
||||
return resources;
|
||||
}
|
||||
|
||||
public ApplicationResource getResource(ApplicationResource base, Locale locale) {
|
||||
return base;
|
||||
}
|
||||
|
||||
protected Set<ApplicationResource> findResources(String path) throws IOException {
|
||||
Set<ApplicationResource> resources = new HashSet<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user