- 
    Sub-task 
- 
    Resolution: Unresolved
- 
     P4 P4
- 
    26
                    `java.net.HttpCookie` has been updated to correctly handle cookies with both `Expires` and `Max-Age` attributes. RFC 6265 specifies that the `Max-Age` attribute should take precedence over the `Expires` attribute if both are present in the same cookie. This behavior change is reflected in the `HttpCookie.getMaxAge` method.