jdk/src/share/classes/java/net/CookieStore.java
changeset 21278 ef8a3a2a72f2
parent 19069 1d9cb0d080e3
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    46      * incoming HTTP response.
    46      * incoming HTTP response.
    47      *
    47      *
    48      * <p>A cookie to store may or may not be associated with an URI. If it
    48      * <p>A cookie to store may or may not be associated with an URI. If it
    49      * is not associated with an URI, the cookie's domain and path attribute
    49      * is not associated with an URI, the cookie's domain and path attribute
    50      * will indicate where it comes from. If it is associated with an URI and
    50      * will indicate where it comes from. If it is associated with an URI and
    51      * its domain and path attribute are not speicifed, given URI will indicate
    51      * its domain and path attribute are not specified, given URI will indicate
    52      * where this cookie comes from.
    52      * where this cookie comes from.
    53      *
    53      *
    54      * <p>If a cookie corresponding to the given URI already exists,
    54      * <p>If a cookie corresponding to the given URI already exists,
    55      * then it is replaced with the new one.
    55      * then it is replaced with the new one.
    56      *
    56      *