On May 5, 2008, at 4:20 PM, Kazem Naderi wrote:
Sorry for the late reply.
Ditto :) Was at JavaOne last week and barely had time to check email.
Thanks for looking at the code. The patch you
pointed me to only has changes for ServiceDeamon. Did you remove other
classes? What about the client side? Did you see those ones two?
It should have also had a matching change to the
SocketConnectionFactory. Just checked it in, here's the commit:
http://svn.apache.org/viewvc?view=rev&revision=655683
In regard to the Cipher suite I understand that we rather not to
have it
hardcoded. One option will be to have the current cipher suite as the
default one (it provides 128 bits encryption) and allow changing it
in a
property file.
128 bits is usually acceptable and passes the security laws in some
countries such as Cuba. ;)
Hardcoded is at least a step forward, so we can go with that for now.
It will be great if you can get SSL support added to the new releas
as
a patche.
Please let me know if there is anything to do on my part.
By the way, with my changes were you able to have a successful build
and
get all the unit tests passed.
It's all checked in! Tests are looking good so far.
-David