[Mono-bugs] [Bug 61429][Nor] Changed - AspParser - Case Sensitivity of Server-Side Include Directive
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jul 2004 01:40:13 -0400 (EDT)
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=61429
--- shadow/61429 2004-07-14 05:01:20.000000000 -0400
+++ shadow/61429.tmp.30976 2004-07-16 01:40:13.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 61429
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: ivan@chimerical.com.au
QAContact: mono-bugs@ximian.com
@@ -90,6 +90,11 @@
("file"));
+ if (!isfile && !str.ToLower().StartsWith
("virtual"))
return false;
pathType = (isfile) ? "file" : "virtual";
+
+------- Additional Comments From gonzalo@ximian.com 2004-07-16 01:40 -------
+Applied to CVS
+
+Thanks!