Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-20738

Ziputility adds files with wrong name

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: