[Mono-bugs] [Bug 54042][Maj] Changed - ASP.NET failure on OS X because of incorrect case sensitivity check
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Feb 2004 11:37:59 -0500 (EST)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54042
--- shadow/54042 2004-02-08 13:06:25.000000000 -0500
+++ shadow/54042.tmp.30093 2004-02-09 11:37:59.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 54042
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: Mac OS X 10.3.2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: panix-lists@skinnee.net
QAContact: mono-bugs@ximian.com
@@ -55,6 +55,10 @@
The true solution would be to open both files, and check and see if they are the same.
This could be done on POSIX systems with a simple stat(), but it is not clear if an
equivalent exists in System.IO.
So, the solution is still unclear.
+
+------- Additional Comments From gonzalo@ximian.com 2004-02-09 11:37 -------
+Fixed in CVS.
+Thanks!