-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b100
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8149210 | 8u101 | Victor Drozdov | P2 | Resolved | Fixed | b01 |
JDK-8145219 | 8u92 | Victor Drozdov | P2 | Closed | Fixed | b01 |
JDK-8155291 | emb-8u101 | Victor Drozdov | P2 | Resolved | Fixed | b01 |
GenericCookieHandlerTest should be fixed:
- instance = new GenericCookieHandler();
+ instance = GenericCookieHandler.getInstance();
- instance = new GenericCookieHandler();
+ instance = GenericCookieHandler.getInstance();
- backported by
-
JDK-8149210 Fix GenericCookieHandlerTest
-
- Resolved
-
-
JDK-8155291 Fix GenericCookieHandlerTest
-
- Resolved
-
-
JDK-8145219 Fix GenericCookieHandlerTest
-
- Closed
-