You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2016/05/20 22:30:13 UTC

[jira] [Created] (BIGTOP-2443) inject unzip method to ZipInputStream, accepting regex for include

Konstantin Boudnik created BIGTOP-2443:
------------------------------------------

             Summary: inject unzip method to ZipInputStream, accepting regex for include
                 Key: BIGTOP-2443
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2443
             Project: Bigtop
          Issue Type: Improvement
          Components: tests
    Affects Versions: 0.1.0
            Reporter: Konstantin Boudnik
            Assignee: Konstantin Boudnik
             Fix For: 1.2.0


I must admit, I did a lousy job, when the unzip() method was initially injected into {{ZipInputStream}} inside of the {{JarContent}} class. Includes are matched to the jar entries using {{String.contains()}}, which is a way too explicit. 

Let's add another one, that will accept regex and, even, a list of regex'es.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)