ian-lavallee commented on a change in pull request #102:
URL: https://github.com/apache/commons-compress/pull/102#discussion_r428318001
##########
File path: src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
##########
@@ -374,6 +374,8 @@ private ZipFile(final SeekableByteChannel channel, final
String archiveName,
}
fillNameMap();
success = true;
+ } catch (IOException e) {
Review comment:
If it used a constructor that gets the path sent into then yes,
otherwise it will say "unknown archive"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]