mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
99297: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud) 99194: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2) 99083: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5) 99042: Merged DEV to V4.1-BUG-FIX (4.1.10) 98346 : MNT-13351 : MMT corrupts file names during module installation - Use JarDriver to consider UTF8 files within an AMP git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@99307 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -38,7 +38,7 @@ import de.schlichtherle.truezip.file.TConfig;
|
||||
import de.schlichtherle.truezip.file.TFile;
|
||||
import de.schlichtherle.truezip.file.TFileInputStream;
|
||||
import de.schlichtherle.truezip.file.TVFS;
|
||||
import de.schlichtherle.truezip.fs.archive.zip.ZipDriver;
|
||||
import de.schlichtherle.truezip.fs.archive.zip.JarDriver;
|
||||
import de.schlichtherle.truezip.socket.sl.IOPoolLocator;
|
||||
|
||||
/**
|
||||
@@ -96,7 +96,7 @@ public class ModuleManagementTool implements LogOutput
|
||||
public ModuleManagementTool()
|
||||
{
|
||||
TConfig config = TConfig.get();
|
||||
config.setArchiveDetector(new TArchiveDetector("war|amp", new ZipDriver(IOPoolLocator.SINGLETON)));
|
||||
config.setArchiveDetector(new TArchiveDetector("war|amp", new JarDriver(IOPoolLocator.SINGLETON)));
|
||||
|
||||
// Load the default file mapping properties
|
||||
this.defaultFileMappingProperties = new Properties();
|
||||
|
Reference in New Issue
Block a user