[Mono-bugs] [Bug 42121][Cos] Changed - XmlDocument.BaseURI doesn't return full path
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 7 May 2003 11:55:43 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=42121
--- shadow/42121 Mon May 5 23:16:35 2003
+++ shadow/42121.tmp.25167 Wed May 7 11:55:43 2003
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: ianm@activestate.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: XmlDocument.BaseURI doesn't return full path
-BugsThisDependsOn: 41998
+BugsThisDependsOn: 41998, 42303
Description of Problem:
the string returned by XmlDocument.BaseURI appears to be the exact string
passed into XmlDocument.Load. So
Steps to reproduce the problem:
@@ -29,6 +29,12 @@
when all 3 should return file:///home/ianm/test/test.xml
------- Additional Comments From bmaurer@users.sf.net 2003-05-05 12:27 -------
Marking one hour, cosmetic. I will fix this tonight, unless someone
gets to it first.
+
+------- Additional Comments From bmaurer@users.sf.net 2003-05-07 11:55 -------
+Ok, adding dependency on 42303: Path.GetFullPath () does not
+handle '.' and '..'.
+
+This bug will take longer than I thought.