[Mono-bugs] [Bug 549580] Overridden WebClient.GetWebRequest method isn't called
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 23 12:00:24 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=549580
User spouliot at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549580#c2
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spouliot at novell.com
--- Comment #2 from Sebastien Pouliot <spouliot at novell.com> 2009-10-23 10:00:23 MDT ---
At first look bypassing SetupRequest, which does a call to WebRequest.Create,
seems a bad idea. I'll have a second look after lunch
@@ -1553,7 +1553,7 @@
#endif
WebRequest GetWebRequest (Uri address)
{
- return SetupRequest (address);
+ return WebRequest.Create (address);
}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list