[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
Sun, 11 Jan 2004 05:42:11 -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 borisk@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52747
--- shadow/52747 2004-01-11 05:40:24.000000000 -0500
+++ shadow/52747.tmp.15270 2004-01-11 05:42:11.000000000 -0500
@@ -2,22 +2,22 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: atsushi@ximian.com
ReportedBy: borisk@mainsoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: XmlUriResolver.GetEntity fails to open FileStream if URI canonical representation contains space char(s)
+Summary: XmlUrlResolver.GetEntity fails to open FileStream if URI canonical representation contains space char(s)
Please fill in this template when reporting a bug, unless you know what
you are doing.
Description of Problem:
When trying to load XmlDocument from file that resides in directory with
space char in name ('a a' for example) - XmlUriResolver .GetEntity fails
@@ -47,6 +47,9 @@
Additional Information:
------- Additional Comments From borisk@mainsoft.com 2004-01-11 05:40 -------
Created an attachment (id=6387)
Diff file
+
+------- Additional Comments From borisk@mainsoft.com 2004-01-11 05:42 -------
+If ok - commit to CVS.