On 09/02/2015 06:23 AM, Seán Coffey wrote:
if (!u.getScheme().equalsIgnoreCase("ldap")) { throw new InvalidAlgorithmParameterException( "Only LDAP URIs are supported for LDAP Certore");Let's print the scheme received!
And fix the typo: s/Certore/CertStore/ --Sean
