-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8274045 | 11.0.14 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8270017 | 11.0.13-oracle | Thejasvi Voniadka | P4 | Resolved | Fixed | b02 |
Jan 28, 2019 3:24:27 PM jdk.internal.net.http.Exchange lambda$wrapForLog$11
INFO: RESPONSE: (GET http://localhost:36557/test/foo.html) 404 HTTP_1_1 Local port: 43004
java.lang.RuntimeException: wrong response code
at Response204.main(Response204.java:74)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
INFO: RESPONSE: (GET http://localhost:36557/test/foo.html) 404 HTTP_1_1 Local port: 43004
java.lang.RuntimeException: wrong response code
at Response204.main(Response204.java:74)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
- backported by
-
JDK-8270017 java/net/httpclient/Response204.java fails with 404
-
- Resolved
-
-
JDK-8274045 java/net/httpclient/Response204.java fails with 404
-
- Resolved
-