-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.0
-
sparc
-
solaris
java.net.URLConnection.getExpiration() documentation could be more elaborate.
API documentation doesnt specify clearly about the case when server sends "expires" header field with some invalid date which can not be parsed. In this case getExpiration() returns 0 . But this field can be accessed directly with getHeaderField("expires").
API documentation doesnt specify clearly about the case when server sends "expires" header field with some invalid date which can not be parsed. In this case getExpiration() returns 0 . But this field can be accessed directly with getHeaderField("expires").