-
Type:
Sub-task
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-libs
The JDK's implementation of the `java.net.CookieStore` interface has been updated to return an immutable `java.util.List` from the `getURIs()` and `get(URI)` methods. The updated implementation now matches the specification of these two methods.