[Mono-dev] Patch for System.Runtime.Remoting.Channels SoapCore & BinaryCore

Svetlana Zholkovsky svetlanaz at mainsoft.com
Thu Oct 27 13:28:38 EDT 2005


Hi all,
I fixed the SoapCore and BinaryCore classes to initialize the properties
dictionary in case of it is null,
because it causes to NullReferenceException when the user tries to use
it, for example:

SoapServerFormatterSinkProvider serverProvider =  new
SoapServerFormatterSinkProvider();
serverProvider.TypeFilterLevel =
System.Runtime.Serialization.Formatters.TypeFilterLevel.Full;

This code causes to NullReferenceException .

I also send patch for RemotingThreadPool which contains only TARGET_JVM
changes and don't influence on the Mono.

Can I commit the patches?

Thanks,
Svetlana
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SoapCore.diff
Type: application/octet-stream
Size: 597 bytes
Desc: SoapCore.diff
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051027/968e7203/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BinaryCore.diff
Type: application/octet-stream
Size: 498 bytes
Desc: BinaryCore.diff
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051027/968e7203/attachment-0001.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RemotingThreadPool.diff
Type: application/octet-stream
Size: 1358 bytes
Desc: RemotingThreadPool.diff
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051027/968e7203/attachment-0002.obj 


More information about the Mono-devel-list mailing list