[Mono-bugs] [Bug 52747][Nor] Changed - XmlUrlResolver.GetEntity fails to open FileStream if URI canonical representation contains space char(s)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jan 2004 01:23:13 -0500 (EST)


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 atsushi@ximian.com.

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

--- shadow/52747	2004-01-11 05:42:11.000000000 -0500
+++ shadow/52747.tmp.32280	2004-01-13 01:23:12.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 52747
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
-Component: System.XML
+Component: Sys.XML
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: borisk@mainsoft.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -50,6 +50,9 @@
 Created an attachment (id=6387)
 Diff file
 
 
 ------- Additional Comments From borisk@mainsoft.com  2004-01-11 05:42 -------
 If ok - commit to CVS.
+
+------- Additional Comments From atsushi@ximian.com  2004-01-13 01:23 -------
+Uri fix (to unescape LocalPath) also fixed this bug. Thanks.