Fixed
Details
Details
Assignee
Gaston Dombiak
Gaston DombiakReporter
Gaston Dombiak
Gaston DombiakComponents
Fix versions
Affects versions
Priority
Created November 8, 2006 at 8:57 AM
Updated November 8, 2006 at 8:58 AM
Resolved November 8, 2006 at 8:58 AM
ServerTrustManager's API is considering that only one signed domain can be found in the certificate. We need to change that and return a collection. In other words, #getPeerIdentity(X509Certificate x509Certificate) should return List<String>.