mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-3805 solves problem with reloading configuration on each request even no changes to file
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1331402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -34,7 +34,8 @@ public class DefaultFileManager implements FileManager {
|
||||
|
||||
private static Logger LOG = LoggerFactory.getLogger(DefaultFileManager.class);
|
||||
|
||||
private Map<String, Revision> files = Collections.synchronizedMap(new HashMap<String, Revision>());
|
||||
private static Map<String, Revision> files = Collections.synchronizedMap(new HashMap<String, Revision>());
|
||||
|
||||
protected boolean reloadingConfigs = true;
|
||||
|
||||
static final String JAR_FILE_NAME_SEPARATOR = "!/";
|
||||
|
||||
Reference in New Issue
Block a user