[
https://issues.apache.org/jira/browse/AVRO-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079454#comment-14079454
]
Dmitry Kovalev commented on AVRO-1555:
--------------------------------------
Hi Doug, sorry I missed your comment when I submitted the second patch. Re the
exception you are getting - looks like it is Mono-specific, where not all
features of HttpWebRequest are implemented...
Unfortunately I have no easy way to set up a Mono env at the moment - can you
please try commenting out the line in CreateAvroHttpRequest which copies the
ClientCertificates property? If this helps then we could add checks for Mono
around it (and possibly a few more which are not supported in Mono). If you
don't have time for it then I guess I will have to somehow set up a Mono env
somewhere - this is going to be a big and long pain where I work...
Similarly, as I don't have a Linux environment at hand and not even a cygwin it
is kind of hard for me to test the interop script right now. Please let me know
if this is absolutely required.
Right now I can only confirm that my C# client successfully speaks to a
1.7.6-based Java server using HttpTransceiver.
> 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,
> 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)