cvs commit: xml-soap/java/src/org/apache/soap/transport/http Cookie.java

2002-07-30 Thread snichol
snichol 2002/07/30 11:46:38 Modified:java/src/org/apache/soap/transport/http Cookie.java Log: Use URL#getFile instead of URL#getPath, since the latter is not correct with JDK 1.3.x and later if the URL has a query string. Revision ChangesPath 1.3 +3 -3 xml-s

cvs commit: xml-soap/java/src/org/apache/soap/transport/http Cookie.java

2002-07-11 Thread snichol
snichol 2002/07/11 15:03:12 Modified:java/src/org/apache/soap/transport/http Cookie.java Log: Check for the use of the Netscape Expires attribute which is *not* in any RFC and does not escape its embedded comma by using quotes. (Presumably, any Set-Cookie header that includes t