-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.1, 3.2.1
-
Component/s: None
The support utility adds files with the wrong name into the zip.
zipUtility.add("WEB-INF/classes/crowd.properties", new File(webInfClassesDir, "crowd.properties"));
zipUtility.add("WEB-INF/classes/crowd.properties", new File(webInfClassesDir, "crowd-ehcache.xml"));
This means that support will never get the crowd.properties file as the contents of this is actually the contents of the crowd-ehcache.xml file.