You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Christian Grobmeier (JIRA)" <ji...@apache.org> on 2009/01/08 09:07:59 UTC

[jira] Created: (SANDBOX-273) Old Tar-Implementation causes Bugs when extracting files

Old Tar-Implementation causes Bugs when extracting files
--------------------------------------------------------

                 Key: SANDBOX-273
                 URL: https://issues.apache.org/jira/browse/SANDBOX-273
             Project: Commons Sandbox
          Issue Type: Bug
          Components: Compress
            Reporter: Christian Grobmeier
         Attachments: patch-update-tar.txt

The currently used TarIn/Out-Stream implementations in trunk are very old. The newer implementation from the ant project fix many bugs.
For example the getNextEntry() method doesn't skip over datafields correctly. Size isn't set correctly etc.

The old compress tar-code should be updated with newer ant-code. This also blocks features like the proposed ChangeSet.

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


[jira] Moved: (COMPRESS-24) Old Tar-Implementation causes Bugs when extracting files

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

Dennis Lundberg moved SANDBOX-273 to COMPRESS-24:
-------------------------------------------------

    Component/s:     (was: Compress)
            Key: COMPRESS-24  (was: SANDBOX-273)
        Project: Commons Compress  (was: Commons Sandbox)

> Old Tar-Implementation causes Bugs when extracting files
> --------------------------------------------------------
>
>                 Key: COMPRESS-24
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-24
>             Project: Commons Compress
>          Issue Type: Bug
>            Reporter: Christian Grobmeier
>            Assignee: Torsten Curdt
>         Attachments: patch-update-tar.txt
>
>
> The currently used TarIn/Out-Stream implementations in trunk are very old. The newer implementation from the ant project fix many bugs.
> For example the getNextEntry() method doesn't skip over datafields correctly. Size isn't set correctly etc.
> The old compress tar-code should be updated with newer ant-code. This also blocks features like the proposed ChangeSet.

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


[jira] Updated: (SANDBOX-273) Old Tar-Implementation causes Bugs when extracting files

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

Christian Grobmeier updated SANDBOX-273:
----------------------------------------

    Attachment: patch-update-tar.txt

This patch updates the compress code with newer ant-tar-code.

> Old Tar-Implementation causes Bugs when extracting files
> --------------------------------------------------------
>
>                 Key: SANDBOX-273
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-273
>             Project: Commons Sandbox
>          Issue Type: Bug
>          Components: Compress
>            Reporter: Christian Grobmeier
>         Attachments: patch-update-tar.txt
>
>
> The currently used TarIn/Out-Stream implementations in trunk are very old. The newer implementation from the ant project fix many bugs.
> For example the getNextEntry() method doesn't skip over datafields correctly. Size isn't set correctly etc.
> The old compress tar-code should be updated with newer ant-code. This also blocks features like the proposed ChangeSet.

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


[jira] Closed: (SANDBOX-273) Old Tar-Implementation causes Bugs when extracting files

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

Torsten Curdt closed SANDBOX-273.
---------------------------------

    Resolution: Fixed

> Old Tar-Implementation causes Bugs when extracting files
> --------------------------------------------------------
>
>                 Key: SANDBOX-273
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-273
>             Project: Commons Sandbox
>          Issue Type: Bug
>          Components: Compress
>            Reporter: Christian Grobmeier
>            Assignee: Torsten Curdt
>         Attachments: patch-update-tar.txt
>
>
> The currently used TarIn/Out-Stream implementations in trunk are very old. The newer implementation from the ant project fix many bugs.
> For example the getNextEntry() method doesn't skip over datafields correctly. Size isn't set correctly etc.
> The old compress tar-code should be updated with newer ant-code. This also blocks features like the proposed ChangeSet.

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