[Mono-bugs] [Bug 75049][Min] New - Trailing spaces in file
extensions
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 25 20:39:50 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by coleyc at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75049
--- shadow/75049 2005-05-25 20:39:50.000000000 -0400
+++ shadow/75049.tmp.1357 2005-05-25 20:39:50.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 75049
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Sys.Web
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: coleyc at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Trailing spaces in file extensions
+
+Description of Problem:
+
+In System.Web.MimeTypes (MimeTypes.cs), I noticed that on line 189 there is
+a typo in some off the additions to the hashtable (I think).
+
+The one I noticed as on the line to add a mimetype for JS files.
+
+Currently
+mimeTypes.Add ("js ", "application/x-javascript");
+
+but should be
+mimeTypes.Add ("js", "application/x-javascript");
+
+On closer inspection there are others that have trailing spaces as well.
+Are these typos or am I mistaken?
+
+Cheers,
More information about the mono-bugs
mailing list