I updated the code for the HttpClient:
Cookie.java
TestCookie.java
The modification changes the behavior of Cookie.getExpiryDate
Instead of returning the internal Date object, we return a freshly
instantiated Date object.
Why: Because java.util.Date is a mutable object.
I created the patch files using this command:
cvs diff -c Foo.java > Foo.patch
-Sean
TestCookie.patch
Description: Binary data
Cookie.patch
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
