-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b85
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142124 | emb-9 | Jamil Nimeh | P4 | Resolved | Fixed | team |
The CertStatusReqItemV2 class should not implement the StatusRequest interface. This was left over from a prototype of OCSP stapling. Things worked because the class needed (and still needs) to have length() and send() methods. But a CertStatusReqItemV2 isn't a StatusRequest like OCSPStatusRequest is and therefore the "implements" definition should be removed. It also allows us to reduce the visibility of the length and send methods to package-private.
- backported by
-
JDK-8142124 CertStatusReqItemV2 should not implement StatusRequest interface
-
- Resolved
-
- relates to
-
JDK-8046321 JEP 249: OCSP Stapling for TLS
-
- Closed
-