RE: turn off cookies and enable URLRewriting

2003-07-08 Thread Sinha, Madhukar [IT]
Is there a plan to have this feature inbuilt into Soap router? -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 8:13 PM To: [EMAIL PROTECTED] Subject: Re: turn off cookies and enable URLRewriting To maintain a session, the server must send the

RE: SOAP+SSL+Weblogic6.1=javax.net.ssl.SSLException: Can't support cipher suite [0, 5]

2003-07-08 Thread Mike Ferraro
Just FYI, apparently, you cannot specify the Java SSL encryption providers dynamically in the code of a web application running under Weblogic. for example: Security.insertProviderAt(new com.sun.net.ssl.internal.ssl.Provider(), 2); The dynamic declaration gets ignored because Weblogic only looks

RE: turn off cookies and enable URLRewriting

2003-07-08 Thread Scott Nichol
No. There is no standard way for a web service to convey URL rewrite information to a client, and thus no means built into all the clients (.NET, SOAP::Lite, etc.) to receive it. Ultimately, using URL rewrite to maintain sessions is strictly a roll-your-own proposition. On 8 Jul 2003 at 9:34,