[Mono-bugs] [Bug 56801][Nor] Changed - UrlUtils.MakeRelative returning null
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 20:33:49 -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=56801
--- shadow/56801 2004-04-28 20:13:59.000000000 -0400
+++ shadow/56801.tmp.14862 2004-04-28 20:33:49.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56801
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
@@ -23,6 +23,9 @@
as the first url -- it returns null in this case. I'm unsure of where
exactly the problem lies; the MSDN docs weren't clear on whether the
Request.FilePath is a full URI or not.
My hack fix was to check if the FilePath starts with "/" and the dirname ==
"/", and to just use the filepath in that case.
+
+------- Additional Comments From gonzalo@ximian.com 2004-04-28 20:33 -------
+I fixed this a few days ago, but forgot to close the bug.