Enrico Olivelli created ZOOKEEPER-4333:
------------------------------------------
Summary: QuorumSSLTest - testOCSP fails on JDK17
Key: ZOOKEEPER-4333
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4333
Project: ZooKeeper
Issue Type: Test
Components: security, tests
Affects Versions: 3.6.2
Reporter: Enrico Olivelli
Assignee: Enrico Olivelli
Fix For: 3.8.0, 3.7.1
On JDK17 (early access) QuorumSSLTest#tetOCSP fails because with JDK17 the TLS
client is sending a OCSP request as GET on the URI.
Previously the OCSP request was send inside the BODY of the HTTP request.
In order to fix the test we have to fix our mock HTTP OCSP server (that is part
of the test suite, it is not zookeeper server code) in order to handle this
case.
For reference:
https://it.wikipedia.org/wiki/Online_Certificate_Status_Protocol
--
This message was sent by Atlassian Jira
(v8.3.4#803005)