Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0.0beta17
-
Component/s: Security and SSL
-
Labels:None
-
Number of attachments :
Description
Suggested by David Smiley:
> See: SslSocketConnector.createFactory()
> #1. You are differentiating "password" from "keypassword" but I believe
> they should always be the same. No?
> #1.5 if any of the passwords, are null, Jetty ends up throwing a NPE
> instead of something better/nicer.
> #2. It would be nice if Jetty could configure the TrustManager just as
> it is doing so for the KeyManager. I am forced to do this globally now
> via system properties.
> #3. While we're at it, why not make the random implementation
> configurable too?
this patch also has a fix for http://jira.codehaus.org/browse/JETTY-89.