Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8365892 | 25.0.2 | Sendao Yan | P4 | Resolved | Fixed | master |
JDK-8365845 | 21.0.10-oracle | Shivangi Gupta | P4 | Resolved | Fixed | master |
JDK-8365915 | 21.0.9 | Sendao Yan | P4 | Resolved | Fixed | b05 |
JDK-8365876 | 17.0.18-oracle | Shivangi Gupta | P4 | Resolved | Fixed | master |
JDK-8365916 | 17.0.17 | Sendao Yan | P4 | Resolved | Fixed | b05 |
JDK-8365850 | 11.0.30-oracle | Shivangi Gupta | P4 | Resolved | Fixed | master |
JDK-8366069 | 11.0.29 | Sendao Yan | P4 | Resolved | Fixed | master |
JDK-8366227 | openjdk8u472 | Sendao Yan | P4 | Resolved | Fixed | b06 |
JDK-8365856 | 8u481 | Shivangi Gupta | P4 | Resolved | Fixed | master |
java.lang.RuntimeException: Should have 5 cookies. Got only 4, expires probably didn't parse correctly
at B6644726.fail(B6644726.java:209)
at B6644726.testCookieStore(B6644726.java:67)
at B6644726.main(B6644726.java:35)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1474)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Should have 5 cookies. Got only 4, expires probably didn't parse correctly
A brief look at the test code suggests that it has hard coded cookie expiry date which happens to be today (August 19th 2025):
// Then some alternate expires format
lst.add("myCookie2=bar; path=/dir; expires=Tue, 19 Aug 2025 16:00:00 GMT");
lst.add("myCookie3=test; path=/dir; expires=Tue Aug 19 2025 16:00:00 GMT-0100");
- backported by
-
JDK-8365845 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
-
JDK-8365850 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
-
JDK-8365856 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
-
JDK-8365876 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
-
JDK-8365892 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
-
JDK-8365915 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
-
JDK-8365916 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
-
JDK-8366069 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
-
JDK-8366227 test/jdk/java/net/CookieHandler/B6644726.java failure - "Should have 5 cookies. Got only 4, expires probably didn't parse correctly"
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk8u-dev/7fea4115
-
Commit(master) openjdk/jdk11u-dev/e81cda23
-
Commit(master) openjdk/jdk17u-dev/ae8db19f
-
Commit(master) openjdk/jdk21u-dev/0da7a731
-
Commit(master) openjdk/jdk25u/e0fd1f9a
-
Commit(master) openjdk/jdk/b453eb63
-
Review(master) openjdk/jdk8u-dev/676
-
Review(master) openjdk/jdk11u-dev/3072
-
Review(master) openjdk/jdk17u-dev/3862
-
Review(master) openjdk/jdk21u-dev/2107
-
Review(master) openjdk/jdk25u/112
-
Review(master) openjdk/jdk/26846