You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2005/06/30 18:06:35 UTC

DO NOT REPLY [Bug 35566] New: - An error has occurred while expanding the file "X.zip" (Unexpected end of file)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35566>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35566

           Summary: An error has occurred while expanding the file "X.zip"
                    (Unexpected end of file)
           Product: Cocoon 2
           Version: 2.1.7
          Platform: Macintosh
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P2
         Component: core
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: beyarecords@yahoo.co.uk


The code I am using is as follows:

<?xml version="1.0"?>

<zip:archive 
xmlns:zip="http://apache.org/cocoon/zip-archive/1.0"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
>
    <zip:entry name="legalnote.rtf" src="downloads/legalnote.rtf"/>
    <zip:entry name="test.mp3" src="downloads/test.mp3"/>
</zip:archive>

The problem lays with the mp3 entry. If I remove that line of code then the zip file is uncompressed 
successfully. Zipped files which include mp3/m4u files do not uncompress. 

In Safari (2.0) downloading the zip file shows the download as a continuous process which never 
completes.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.