phung.ano wrote:
- In the sitemap i tried other mime types: application/octet-stream, application/zip (for zip files), aso.
Not implemented yet. Any value in the sitemat (pipeline definition) is silently ignored.
Register *.jar as application/octet-stream with your servlet engine, for example by putting it into Cocoons web.xml or into the the system web.xml.
I wonder why it works in our ConWeb application:
<map:match pattern="*/*.xul">
<map:read src="{2}.xul" mime-type="application/vnd.mozilla.xul+xml">
<map:parameter name="expires" value="14400000"/>
</map:read>
</map:match>I can change the mime-type to text/plain and don't get the XUL file displayed any longer but the source code in text mode.
It's Cocoon 2.0.4.
Joerg
-- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 [EMAIL PROTECTED] www.virbus.de
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
