[Mono-bugs] [Bug 47785][Nor] Changed - delegates not going through RealProxy/Transparent Proxies correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Aug 2003 08:09:19 -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 lluis@ximian.com.

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

--- shadow/47785	2003-08-21 18:20:36.000000000 -0400
+++ shadow/47785.tmp.15660	2003-08-22 08:09:19.000000000 -0400
@@ -65,6 +65,11 @@
 assertion failed: (res)
 
 This is caused because the method in question is declared as abstract; if
 the method were given a concrete implementation in TestClass, then the test
 does not crash, but produces incorrect results: the proxy is entirely
 bypassed with the delegate.
+
+------- Additional Comments From lluis@ximian.com  2003-08-22 08:09 -------
+Created an attachment (id=5189)
+Proposed patch
+