[Mono-bugs] [Bug 45870][Maj] Changed - OpenRead does not function correctly from ASPX page
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 11 Jul 2003 08:36:02 -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=45870
--- shadow/45870 Sat Jul 5 23:10:05 2003
+++ shadow/45870.tmp.5642 Fri Jul 11 08:36:02 2003
@@ -10,13 +10,12 @@
Component: System.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: blackhawk@ivanhawkes.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: OpenRead does not function correctly from ASPX page
Description of Problem:
When using OpenRead to read an XSL file the read operation never returns.
@@ -56,6 +55,13 @@
------- Additional Comments From gonzalo@ximian.com 2003-07-05 23:09 -------
I'm marking 45694 as duplicate of this one because this has a simpler
test case.
------- Additional Comments From gonzalo@ximian.com 2003-07-05 23:10 -------
*** Bug 45694 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From bmaurer@users.sf.net 2003-07-11 08:36 -------
+Just FYI:
+This is preventing all of System.Xml from working on ASPX, as it uses
+the uri resolver. Also, it is blocking aspx monodoc :(.
+
+It would be nice if we could find a work around, especially for XML.