[Mono-bugs] [Bug 74878][Nor] Changed - Defining more than one formatter in remoting channel not supported

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Dec 3 10:09:19 EST 2005


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 robertj at gmx.net.

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

--- shadow/74878	2005-12-02 21:56:46.000000000 -0500
+++ shadow/74878.tmp.32185	2005-12-03 10:09:19.000000000 -0500
@@ -202,6 +202,15 @@
 > There is still an issue with async calls and the patch,
 > probably because the mono formatter's ProcessMessage
 > doesn't deal with ServerProcessing.Async.
 
 Wrong guess.  The Content-Type is missing from async requests ;-)
 
+
+------- Additional Comments From robertj at gmx.net  2005-12-03 10:09 -------
+.NET (1.0, 1.1, 2.0) relies on the Content-Type:
+
+If the request doesn't contain the content-type header *and*
+there are more then one formatter in the chain *and*
+the request is not suitable for the first formatter in the
+chain, .NET throws a serialization exception.
+


More information about the mono-bugs mailing list