-
Bug
-
Resolution: Done
-
Major
-
6.1.0.CR1
-
None
MemoryFileSystem.writeJarEntries() method is generating a jar file that fails when one tries to extract, because the folders are not properly generated.
According to the ZipEntry javadoc, a folder name must end with a '/' character:
"A directory entry is defined to be one whose name ends with a '/'."