Github user jaikiran commented on the issue:

    https://github.com/apache/ant/pull/51
  
    >> an alternative would be to only wrap the stream inside of zipFile if 
mark wasn't supported.
    
    @bodewig, I actually liked your idea. So I did an additional change in this 
commit (PR has been updated) to wrap the incoming stream into a stream that 
supports marking, if the incoming one doesn't. That way, it takes into account 
input streams that this `Zip` class doesn't construct and instead is passed to 
this method.
    
    Please take a look at the updated PR and let me know what you think.



---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to