RE: cvscommit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclientTestAuthenticator.javaTestHttpState.javaTestHttps.java TestMethodsExternalHost.javaTestWebappBasicAuth.java

2003-07-06 Thread Ralph Goers
My 2 cents. It is ALWAYS possible to maintain binary compatibility. The downside is that it is ugly and gets unmaintainable over time and it occasionally forces you to create new classes or methods where you would have liked to have reuse the old name. Such is life. An acceptable compromise is

RE: automatic management of cookie

2003-06-25 Thread Ralph Goers
Have you checked all the responses? Our site uses javascript to determine if the browser supports cookies. If the javascript cannot store a cookie then further requests are rejected. Ralph - To unsubscribe, e-mail: [EMAIL

HttpState not serializable

2003-06-11 Thread Ralph Goers
I am trying to save the HttpState object in the session and am getting a message from Weblogic Server saying the attribute is not serializable and will be lost upon redeployment. How can I address this? Ralph