Details
-
Bug
-
Resolution: Fixed
-
P1
-
11.0.2, 12
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8218673 | 13 | Chris Hegarty | P1 | Resolved | Fixed | b08 |
JDK-8220425 | 12.0.2 | Chris Hegarty | P1 | Resolved | Fixed | b01 |
JDK-8220461 | 12.0.1 | Chris Hegarty | P1 | Closed | Fixed | b11 |
JDK-8238221 | 11.0.8-oracle | Ravi Reddy | P3 | Resolved | Fixed | b01 |
JDK-8238884 | 11.0.7-oracle | Chris Hegarty | P1 | Closed | Fixed | b04 |
JDK-8239061 | 11.0.7 | Chris Hegarty | P1 | Resolved | Fixed | b04 |
Description
cURL works fine with the same URI.
$ curl http://clients1.google.com/generate_204 -v
* Trying 74.125.193.101...
* TCP_NODELAY set
* Connected to clients1.google.com (74.125.193.101) port 80 (#0)
> GET /generate_204 HTTP/1.1
> Host: clients1.google.com
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 204 No Content
< Content-Length: 0
< Date: Fri, 08 Feb 2019 10:00:15 GMT
<
* Connection #0 to host clients1.google.com left intact
Attachments
Issue Links
- backported by
-
JDK-8218673 Allow 204 responses with Content-Length:0
- Resolved
-
JDK-8220425 Allow 204 responses with Content-Length:0
- Resolved
-
JDK-8239061 Allow 204 responses with Content-Length:0
- Resolved
-
JDK-8238221 Allow 204 responses with Content-Length:0
- Resolved
-
JDK-8220461 Allow 204 responses with Content-Length:0
- Closed
-
JDK-8238884 Allow 204 responses with Content-Length:0
- Closed
- blocks
-
JDK-8211308 Support HTTP/2 in WebView
- Resolved
- duplicates
-
JDK-8238205 Additional information to JDK-8218662: Back-port to JDK 11
- Closed
- relates to
-
JDK-8211437 java.net.http.HttpClient hangs on 204 reply without Content-length 0
- Closed
-
JDK-8238205 Additional information to JDK-8218662: Back-port to JDK 11
- Closed