[Mono-bugs] [Bug 45870][Maj] Changed - WebClient.OpenRead freezes when called from System.Web

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 11 Jul 2003 09:01:20 -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	Fri Jul 11 08:36:02 2003
+++ shadow/45870.tmp.2511	Fri Jul 11 09:01:20 2003
@@ -10,13 +10,13 @@
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: blackhawk@ivanhawkes.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: OpenRead does not function correctly from ASPX page
+Summary: WebClient.OpenRead freezes when called from System.Web
 
 Description of Problem:
 
 When using OpenRead to read an XSL file the read operation never returns.
 
 Steps to reproduce the problem:
@@ -62,6 +62,10 @@
 ------- 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.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-07-11 09:01 -------
+I just tried this from an IHttpHandler, and it freezes just the same.
+So this is *not* aspx, but System.Web.