You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "J.W. Janssen (JIRA)" <ji...@apache.org> on 2014/12/04 12:45:12 UTC

[jira] [Created] (FELIX-4718) SnapshotCommand creates invalid snapshot archives

J.W. Janssen created FELIX-4718:
-----------------------------------

             Summary: SnapshotCommand creates invalid snapshot archives
                 Key: FELIX-4718
                 URL: https://issues.apache.org/jira/browse/FELIX-4718
             Project: Felix
          Issue Type: Bug
          Components: Deployment Admin
            Reporter: J.W. Janssen
            Assignee: J.W. Janssen


When upgrading a bundle, DP archives the data area of all bundles.  For example, consider a bundle that has one file in its data area called {{file1}}. For this case, the data area archive will look like:
{code}
file1
file1/file1
{code}
which is incorrect (the file entry is also used as directory entry, which is impossible to recreate on almost all file systems).




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