RE: default handler

2002-02-25 Thread Aaron Smuts
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of Daniel Rall > Sent: Monday, February 25, 2002 10:08 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: default handler > > "Aaron Smuts" <[EMAIL PROTECTED]> writes: > > > When you ha

Re: default handler

2002-02-25 Thread Daniel Rall
"Aaron Smuts" <[EMAIL PROTECTED]> writes: > When you have a default handler why do you have to specify a method? I > made a xml-rpc lateral cache for JCS and created a default handler for > puts. I'm still working on it, but I ran into a problem with using a > default handler. I didn't specify

default handler

2002-02-25 Thread Aaron Smuts
When you have a default handler why do you have to specify a method? I made a xml-rpc lateral cache for JCS and created a default handler for puts. I'm still working on it, but I ran into a problem with using a default handler. I didn't specify a method on the send and it wouldn't work. I spec

Re: Netscape browser/applet problem with SSL

2002-02-25 Thread Rick Johnston
Very interesting. This would say to me that XMLRPC cannot be used in an applet running in a Netscape browser with an SSL connection, since the browser usually doesn't supply valid content-length header information (even when the java code attempts to do so). Also, the content-type in this confi

Re: Netscape browser/applet problem with SSL

2002-02-25 Thread Daniel Rall
"Rick Johnston" <[EMAIL PROTECTED]> writes: > I've just had to deal with a problem peculiar to Netscape browsers running > an applet using XMLRPC. It is apparently a known problem that applets > (we're using JRE 1.3.1 via the plug-in) on most versions of Netscape > browsers don't send reliable H

Netscape browser/applet problem with SSL

2002-02-25 Thread Rick Johnston
I've just had to deal with a problem peculiar to Netscape browsers running an applet using XMLRPC. It is apparently a known problem that applets (we're using JRE 1.3.1 via the plug-in) on most versions of Netscape browsers don't send reliable HTTP header information when using an SSL connection

Re: Webserver THreading

2002-02-25 Thread Daniel Rall
"EXT-Raiteri, Ashley L" <[EMAIL PROTECTED]> writes: > Has anyone else been using the newer Webserver? > I have discovered that I get a SIGUSR1 during shutdown and I am not sure if > this is a problem or not... > i am also not sure if it is due to the changes we made to Webserver or > not...it > m

Re: xml-rpc over ssl

2002-02-25 Thread Daniel Rall
kristian meier <[EMAIL PROTECTED]> writes: > i am quiet new to opensource, etc and i have some small questions. > > we are going to use the webserver in our new release. for this we need > SSL. there is a quite convinient tool for setting up the neccassary > ssl-system-properties, the SecurityTo

Re: [Patch]SecurityTool.java

2002-02-25 Thread Daniel Rall
Done, thanks Kristian. Daniel Rall <[EMAIL PROTECTED]> writes: > Kristian's response: > > From: kristian <[EMAIL PROTECTED]> > Subject: Re: [Patch]SecurityTool.java > To: Daniel Rall <[EMAIL PROTECTED]> > Date: Wed, 13 Feb 2002 08:12:11 +0100 > > Sorry, here the explanations. > > there is no se

cvs commit: xml-rpc/src/java/org/apache/xmlrpc/secure SecurityTool.java

2002-02-25 Thread dlr
dlr 02/02/25 09:09:53 Modified:src/java/org/apache/xmlrpc/secure SecurityTool.java Log: Applied patch by Kristian Meier <[EMAIL PROTECTED]>. The following two descriptions were supplied in different messages: "we are going to use the webserver in our new release. for thi

Re: xml-rpc over ssl

2002-02-25 Thread Jason van Zyl
On Mon, 2002-02-25 at 10:45, kristian meier wrote: > Hello, > > i am quiet new to opensource, etc and i have some small questions. > > we are going to use the webserver in our new release. for this we need > SSL. there is a quite convinient tool for setting up the neccassary > ssl-system-proper

xml-rpc over ssl

2002-02-25 Thread kristian meier
Hello, i am quiet new to opensource, etc and i have some small questions. we are going to use the webserver in our new release. for this we need SSL. there is a quite convinient tool for setting up the neccassary ssl-system-properties, the SecurityTools. but unfortunatly there is no setter-meth

Webserver THreading

2002-02-25 Thread EXT-Raiteri, Ashley L
Has anyone else been using the newer Webserver? I have discovered that I get a SIGUSR1 during shutdown and I am not sure if this is a problem or not... i am also not sure if it is due to the changes we made to Webserver or not...it may just be due to the JNI relationship I have with the JVM... ash