[ https://issues.apache.org/jira/browse/AVRO-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079432#comment-14079432 ]
Doug Cutting commented on AVRO-1555: ------------------------------------ I get the following error when testing this patch: {code} NUnit version 2.5.10.0 ... Runtime Environment - OS Version: Unix 3.2.0.67 CLR Version: 4.0.30319.1 ( 2.10.8.1 (Debian 2.10.8.1-1ubuntu2.2) ) ... 1) Test Error : Avro.Test.Ipc.HttpClientServerTest.TestRequestResponse System.NotImplementedException : The requested feature is not implemented. at System.Net.HttpWebRequest.set_ClientCertificates (System.Security.Cryptography.X509Certificates.X509CertificateCollection value) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Net.HttpWebRequest:set_ClientCertificates (System.Security.Cryptography.X509Certificates.X509CertificateCollection) at Avro.ipc.HttpTransceiver.CreateAvroHttpRequest (Int64 contentLength) [0x00000] in <filename unknown>:0 at Avro.ipc.HttpTransceiver.WriteBuffers (IList`1 buffers) [0x00000] in <filename unknown>:0 at Avro.ipc.Transceiver.Transceive (IList`1 request) [0x00000] in <filename unknown>:0 at Avro.ipc.Transceiver.Transceive (IList`1 request, ICallback`1 callback) [0x00000] in <filename unknown>:0 at Avro.ipc.Requestor.Request[Object] (Avro.ipc.RpcRequest request, ICallback`1 callback) [0x00000] in <filename unknown>:0 at Avro.ipc.Requestor.Request (System.String messageName, System.Object request) [0x00000] in <filename unknown>:0 at Avro.Test.Ipc.HttpClientServerTest.Send (Avro.Generic.GenericRecord message) [0x00000] in <filename unknown>:0 at Avro.Test.Ipc.HttpClientServerTest.TestRequestResponse () [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 {code} Also, it would be great to add this to share/test/interop/bin/test_rpc_interop.sh if possible. > csharp IPC over HTTP support > ---------------------------- > > Key: AVRO-1555 > URL: https://issues.apache.org/jira/browse/AVRO-1555 > Project: Avro > Issue Type: Improvement > Components: csharp > Affects Versions: 1.7.7 > Environment: .NET/Mono > Reporter: Dmitry Kovalev > Priority: Minor > Fix For: 1.7.8 > > Attachments: AVRO-1555-csharp-ipc-over-http.patch > > > provide a default implementation for Avro IPC over HTTP in C#, based on > standard .NET platform HTTP components -- This message was sent by Atlassian JIRA (v6.2#6252)