[Mono-bugs] [Bug 58763][Cri] Changed - XmlDocument.Load fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 May 2004 17:50:23 -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 christoph@apiviewer.de.

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

--- shadow/58763	2004-05-20 17:45:39.000000000 -0400
+++ shadow/58763.tmp.24098	2004-05-20 17:50:23.000000000 -0400
@@ -121,6 +121,17 @@
  
 Mono returns: 
 http://xoap.weather.com/search/search?where=Paderborn, Germany 
  
 But with a non canocalized URL the xmlDocument.Load(), 
 WebClient.DownloadData(...) and all other Web-Methods will fail. 
+
+------- Additional Comments From Christoph@ApiViewer.de  2004-05-20 17:50 -------
+I mean:
+
+Uri sURI = new Uri("http://xoap.weather.com/search/search?where=" * 
+Location); 
+
+Console.WriteLine(sURI.AbsoluteUri)
+
+
+sURI.AbsoluteUri should return a canocalized URL...