Florian,

One possible cause (not Cocoon related, but IE) is, that you're using Tomcat + SSL + IE. Try this: http://jira.atlassian.com/browse/JRA-8179#action_44367

It solved my problem with PDF-files.

-Tuomo

On Thu, 22 Jun 2006, Florian Leinberger wrote:

Hi,

I am generating a Zip-File using the zip-Serializer.
When I access the URL with
Firefox everything works well, but using IE I get the
following Error Message:
"Die Internetseite konnte nicht geöffnet werden.
Sie ist entweder nicht
verfügbar oder konnte nicht gefunden werden."
Rough translation in english "The
Internet page couldn´t be opened.
It is either not available or couuldn´t be found."

I would appreciate any hints on this problem!

Thanks, Florian


My Serializer declaration:

<map:serializer logger="sitemap.serializer.zip"
mime-type="application/zip"
name="zip"
src="org.apache.cocoon.serialization.ZipArchiveSerializer"/>

My Sitemap:

<map:match pattern="zipit.zip">
 <map:generate type="file" src="testzip.xml" label="xml"/>
 <map:serialize type="zip"/>
</map:match>

My Test XML:

<?xml version="1.0" encoding="UTF-8"?>
<zip:archive
xmlns:zip="http://apache.org/cocoon/zip-archive/1.0";>
 <zip:entry name="sitemap.xmap" src="sitemap.xmap"/>
</zip:archive>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to