Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
15
-
b18
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8274199 | 11.0.14 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8266606 | 11.0.13-oracle | Thejasvi Voniadka | P4 | Resolved | Fixed | b01 |
Description
To more easily write HTTP Client test scenarios for different protocol
versions and different TLS versions, it would be very convenient if the
HTTP/2 server, that is part of the JDK regression test suite, was able
to issue basic HTTP/1.1 responses.
This enhance adds minimal support, which effectively returns a canned
200 - OK - response to all non-upgrade HTTP/1.1 requests, as well as
secure connections that do not negotiate the h2 ALPN. This new
functionality is opt-in so as to not inadvertently affect existing tests
which assume HTTP/2 only support.
versions and different TLS versions, it would be very convenient if the
HTTP/2 server, that is part of the JDK regression test suite, was able
to issue basic HTTP/1.1 responses.
This enhance adds minimal support, which effectively returns a canned
200 - OK - response to all non-upgrade HTTP/1.1 requests, as well as
secure connections that do not negotiate the h2 ALPN. This new
functionality is opt-in so as to not inadvertently affect existing tests
which assume HTTP/2 only support.
Attachments
Issue Links
- backported by
-
JDK-8266606 Add basic HTTP/1.1 support to the HTTP/2 Test Server
- Resolved
-
JDK-8274199 Add basic HTTP/1.1 support to the HTTP/2 Test Server
- Resolved