josh lucas wrote:
> 
> Jason van Zyl wrote:
> >
> > Hi Guys,
> >
> > I am working on adding SSL/TLS support to the XML-RPC service, I will
> > be finished in a couple of days. The changes are completely backward
> > compatible, so does anyone mind if I add the changes?
> >
> 
> +1
> 
> I would be very interested in seeing these!!!

I had to change the base class WebServer so that I could subclass
it, and trying to figure out the JSSE took me a while but it's almost
done and the SecureWebServer source file is fairly small.

I have offered my changes to the helma group because I have a
problem with the exception that the WebServer constructor throws.
It's throws an IOException which is all that is required when making
a standard socket server but more exceptions can be thrown when
make a secure socket server so I wanted to just throw a general
exception. But this changes the signature and would require
code changes so what I'm suggesting might be popular but I don't
see anyway around it if the exception is going to be properly
propagated up to the client. Everything is in the Tambora CVS
if you want to look at it.

> 
> josh
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://jakarta.apache.org/velocity
http://jakarta.apache.org/turbine
http://jakarta.apache.org/commons
http://tambora.zenplex.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to