[ 
http://issues.apache.org/jira/browse/XMLRPC-19?page=comments#action_12378422 ] 

Jochen Wiedmann commented on XMLRPC-19:
---------------------------------------

AFAIK, the patch is against a very outdated version of XML-RPC. Besides, it is 
for the "Lite" transport version only, which I found always odd to use when 
there are Sun's and Apache's HTTP clients.

If you want this in, please create a patch file, express the version it is 
against (note that we are currently working on version 3) and in particular: 
Please explain, why you are using the "Lite" transport and what the measured 
differences between your implementation and those of either Sun's or Apache's 
HTTP clients are.



> Add SSL session resumption to XmlRpcClientLite
> ----------------------------------------------
>
>          Key: XMLRPC-19
>          URL: http://issues.apache.org/jira/browse/XMLRPC-19
>      Project: XML-RPC
>         Type: Bug

>   Components: Source
>     Versions: unspecified
>  Environment: Operating System: All
> Platform: Other
>     Reporter: Ryan Hoegg
>  Attachments: SecureXmlRpcClientLite.java, XmlRpcClientLite.java, ssl.txt
>
> Original post on the dev list:
> Last January I was inquiring if anyone knew how to perform SSL session
> resumption using an XML-RPC client.  I did not receive a solution so I finally
> went back and addressed the issue.  My solution was to copy the 
> XmlRpcClientLite
> class and change the init method to use SSL sockets configured for 
> resumption. 
> Also on Windows we experienced a performance issue where the HTML header was
> being prematurely flushed.  In my class I write the HTML header and XML 
> content
> to a single byte array and do one write to the socket output stream.  Attached
> is my class.  I would appreciate it greatly if this capability was somehow
> incorporated into the Apache base-line.  Let me know what you think.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to