[Mono-bugs] [Bug 41638][Blo] Changed - setted class field value is lost on a proxy object of another domain

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 24 Apr 2003 07:16: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 dietmar@ximian.com.

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

--- shadow/41638	Mon Apr 21 07:15:27 2003
+++ shadow/41638.tmp.15764	Thu Apr 24 07:16:19 2003
@@ -1,14 +1,14 @@
 Bug#: 41638
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 8.0
 OS Details: Red Hat 8 & 9 - mono 0.23 - libgc-6.1-1
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gfr@skynet.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -165,6 +165,15 @@
 Additional Information:
 
   This program has the only intention to show the bug which is
   the field of a marshalled object from another domain lost it's
   state between call. This problem are very annoying because it
   doesn't allow to create any kind of secure server design.
+
+------- Additional Comments From dietmar@ximian.com  2003-04-24 07:16 -------
+I tested this with the newest CVS version, and both mono and mini
+returned the expected result:
+
+# mono TestExe.exe
+Test successfull
+
+Does it still fails for you?