You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/05/13 12:22:42 UTC

[jira] Created: (COMPRESS-112) ArArchiveInputStream does not handle GNU extended filename records (//)

ArArchiveInputStream does not handle GNU extended filename records (//)
-----------------------------------------------------------------------

                 Key: COMPRESS-112
                 URL: https://issues.apache.org/jira/browse/COMPRESS-112
             Project: Commons Compress
          Issue Type: Improvement
    Affects Versions: 1.0
            Reporter: Sebb
            Assignee: Sebb
             Fix For: 1.1


ArArchiveInputStream does not handle GNU extended filename records (//).

The // record data area contains a list of long filenames, terminated by /<LF>.

The file entries refer to them using the file name

/nnn

where nnn=decimal offset into the // data record.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (COMPRESS-112) ArArchiveInputStream does not handle GNU extended filename records (//)

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved COMPRESS-112.
---------------------------

    Resolution: Fixed

> ArArchiveInputStream does not handle GNU extended filename records (//)
> -----------------------------------------------------------------------
>
>                 Key: COMPRESS-112
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-112
>             Project: Commons Compress
>          Issue Type: Improvement
>    Affects Versions: 1.0
>            Reporter: Sebb
>            Assignee: Sebb
>             Fix For: 1.1
>
>
> ArArchiveInputStream does not handle GNU extended filename records (//).
> The // record data area contains a list of long filenames, terminated by /<LF>.
> The file entries refer to them using the file name
> /nnn
> where nnn=decimal offset into the // data record.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.