Ziputility adds files with wrong name

XMLWordPrintable

      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.

            Assignee:
            Stefan Saasen (Inactive)
            Reporter:
            Daniel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: