You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Julius Davies (JIRA)" <ji...@apache.org> on 2013/01/09 01:58:12 UTC

[jira] [Created] (COMPRESS-214) better support for unix symlinks

Julius Davies created COMPRESS-214:
--------------------------------------

             Summary: better support for unix symlinks
                 Key: COMPRESS-214
                 URL: https://issues.apache.org/jira/browse/COMPRESS-214
             Project: Commons Compress
          Issue Type: Improvement
          Components: Archivers
            Reporter: Julius Davies
            Assignee: Julius Davies
            Priority: Minor
             Fix For: 1.5


The current API is a little awkward when dealing with symlinks (e.g., those created using Info-Zip's "zip -y").

I propose the following three methods for ZipArchiveEntry:

{noformat}
public boolean isUnixSymlink()

public String getUnixSymlink(ZipFile zf)

public String getUnixSymlink(ZipFile zf, String pathCharset)
{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira