Cookies that are read don't have a meaningful expiry date and path.
Essentially the CookieJar.read method should return a stripped down version of the current Cookie implementation without the Cookie.getPath and Cookie.getExpires accessors.
Those two methods should either be put in a sub-class or a composite object.
Cookies that are read don't have a meaningful expiry date and path. Essentially the
CookieJar.read
method should return a stripped down version of the currentCookie
implementation without theCookie.getPath
andCookie.getExpires
accessors. Those two methods should either be put in a sub-class or a composite object.