Community
Participate
Working Groups
The methods for OCSP are inconsistent with they handling of case. Make it consistent with CRLDP case as well.
Will take care of this shortly.
It turns out that the methods of the CertificateValidator that are being called have the same inconsistency, as shown in the code snippet below. ... validator.setEnableCRLDP(_enableCRLDP); validator.setEnableOCSP(_enableOCSP); validator.setOcspResponderURL(_ocspResponderURL); ... Since the handling of case in the method names in Jetty code corresponds to the respective methods in the JDK, it has been decided not to change them. -Michael