Github user bodewig commented on a diff in the pull request:

    https://github.com/apache/commons-compress/pull/56#discussion_r160044510
  
    --- Diff: 
src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java ---
    @@ -239,6 +239,7 @@ static void setNameAndCommentFromExtraFields(final 
ZipArchiveEntry ze,
                                                                
originalNameBytes);
             if (newName != null && !originalName.equals(newName)) {
    --- End diff --
    
    After some digging through the history it seems the reason no longer 
exists, I've removed the second part with ced2075c.


---

Reply via email to