[Mono-bugs] [Bug 372290] New: Missing MimeTypes in System.Web

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 19 07:08:28 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=372290


           Summary: Missing MimeTypes in System.Web
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: aritmeester at vitalhealthsoftware.nl
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Description of Problem:
For deployment of a ClickOnce application the mimetype / content type should be
set correctly. Currently the mimetype for .application .manifest and .deploy
files are defaulted to application/octet-stream.


How often does this happen? 
always

Additional Information:

Here is the complete list of missing MimeTypes:
Could you please add them all? If not please add the mimetypes for
application/manifest/deploy

mimeTypes.Add ("323", "text/h323");
mimeTypes.Add ("acx", "application/internet-property-stream");
mimeTypes.Add ("axs", "application/olescript");
mimeTypes.Add ("asr", "video/x-ms-asf");
mimeTypes.Add ("application", "application/x-ms-application");
mimeTypes.Add ("bin", "application/octet-stream");
mimeTypes.Add ("bas", "text/plain");
mimeTypes.Add ("cmx", "image/x-cmx");
mimeTypes.Add ("cod", "image/cis-cod");
mimeTypes.Add ("clp", "application/x-msclip");
mimeTypes.Add ("crd", "application/x-mscardfile");
mimeTypes.Add ("deploy", "application/octet-stream");
mimeTypes.Add ("dll", "application/x-msdownload");
mimeTypes.Add ("dib", "image/bmp");
mimeTypes.Add ("disco", "text/xml");
mimeTypes.Add ("exe", "application/octet-stream");
mimeTypes.Add ("eml", "message/rfc822");
mimeTypes.Add ("eps", "application/postscript");
mimeTypes.Add ("flr", "x-world/x-vrml");
mimeTypes.Add ("isp", "application/x-internet-signup");
mimeTypes.Add ("iii", "application/x-iphone");
mimeTypes.Add ("ivf", "video/x-ivf");
mimeTypes.Add ("manifest", "application/x-ms-manifest");
mimeTypes.Add ("mny", "application/x-msmoney");
mimeTypes.Add ("mpv2", "video/mpeg");
mimeTypes.Add ("mvb", "application/x-msmediaview");
mimeTypes.Add ("mdb", "application/x-msaccess");
mimeTypes.Add ("m13", "application/x-msmediaview");
mimeTypes.Add ("m14", "application/x-msmediaview");
mimeTypes.Add ("nws", "message/rfc822");
mimeTypes.Add ("oda", "application/oda");
mimeTypes.Add ("ods", "application/oleobject");
mimeTypes.Add ("pmc", "application/x-perfmon");
mimeTypes.Add ("p7b", "application/x-pkcs7-certificates");
mimeTypes.Add ("pmw", "application/x-perfmon");
mimeTypes.Add ("pbm", "image/x-portable-bitmap");
mimeTypes.Add ("ppm", "image/x-portable-pixmap");
mimeTypes.Add ("pub", "application/x-mspublisher");
mimeTypes.Add ("pml", "application/x-perfmon");
mimeTypes.Add ("pfx", "application/x-pkcs12");
mimeTypes.Add ("pmr", "application/x-perfmon");
mimeTypes.Add ("pma", "application/x-perfmon");
mimeTypes.Add ("prf", "application/pics-rules");
mimeTypes.Add ("setreg", "application/set-registration-initiation");
mimeTypes.Add ("setpay", "application/set-payment-initiation");
mimeTypes.Add ("stm", "text/html");
mimeTypes.Add ("sct", "text/scriptlet");
mimeTypes.Add ("scd", "application/x-msschedule");
mimeTypes.Add ("trm", "application/x-msterminal");
mimeTypes.Add ("uls", "text/iuls");
mimeTypes.Add ("vcf", "text/x-vcard");
mimeTypes.Add ("wps", "application/vnd.ms-works");
mimeTypes.Add ("wks", "application/vnd.ms-works");
mimeTypes.Add ("wcm", "application/vnd.ms-works");
mimeTypes.Add ("wdb", "application/vnd.ms-works");
mimeTypes.Add ("wsdl", "text/xml");
mimeTypes.Add ("xaf", "x-world/x-vrml");
mimeTypes.Add ("xof", "x-world/x-vrml");
mimeTypes.Add ("xsl", "text/xml");
mimeTypes.Add ("xsd", "text/xml");


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list