[Mono-bugs] [Bug 54946][Cri] Changed - Remotinf with ChannelSink Interop with Microsoft

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Feb 2004 15:21:14 -0500 (EST)


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=54946

--- shadow/54946	2004-02-27 13:24:55.000000000 -0500
+++ shadow/54946.tmp.12015	2004-02-27 15:21:14.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 54946
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Critical
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jluciani@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -1166,6 +1166,12 @@
 Everytime.
 
 Additional Information:
 
 eMail me if you want me to send you the code and the assemblies to the
 sample code.
+
+------- Additional Comments From lluis@ximian.com  2004-02-27 15:21 -------
+Fixed in CVS. The problem was that the request uri was added to the
+request transport headers in the BinaryFormatter, and it must be added
+in the transport sink instead. Since your channel creates a new
+TransportHeaders object, the uri was never set.