Fixed: ZipFile's PathDirectory must allow duplicate leaves
PathDirectory, like the rest of Doomsday's virtual file system treats all paths as non case sensitive. Zip archives however allow multiple file names which only differ by case.
ZipFile already sorts and prunes duplicate nodes when they are published to a LumpDirectory, so allowing duplicates internally is Ok.
Fixed: ZipFile's PathDirectory must allow duplicate leaves
PathDirectory, like the rest of Doomsday's virtual file system
treats all paths as non case sensitive. Zip archives however
allow multiple file names which only differ by case.
ZipFile already sorts and prunes duplicate nodes when they are
published to a LumpDirectory, so allowing duplicates internally
is Ok.