DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18548>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18548 HSSFSerializer.java has wrong mime-type Summary: HSSFSerializer.java has wrong mime-type Product: Cocoon 2 Version: Current CVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I think "vnd.ms-excel" needs to be changed to the correct mime-type for Excel which is "application/vnd.ms-excel" - private final static String _mime_type = "vnd.ms-excel"; + private final static String _mime_type = "application/vnd.ms-excel";