[Mono-bugs] [Bug 42121][Cos] Changed - XmlDocument.BaseURI doesn't return full path

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 00:28: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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=42121

--- shadow/42121	Wed May  7 23:05:23 2003
+++ shadow/42121.tmp.17962	Fri May  9 00:28:13 2003
@@ -35,6 +35,15 @@
 
 ------- 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.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-09 00:28 -------
+Ok, I need some help here. I can't seem to find the place to nip this
+problem in the bud (so to speak).
+
+The problem is that I can't tell where exactly I should filter the
+request from. It would be great if someone knowlegable with System.Xml
+could help out here. The bugs I have fixed with System.Uri and
+System.IO.Path should help with the implementation of this.