https://issues.apache.org/bugzilla/show_bug.cgi?id=48208
--- Comment #13 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-03-07 21:26:55 EST --- (In reply to comment #10) > Created an attachment (id=26732) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26732) [details] > Proposed patch for Tomcat 6 Regarding this patch for tc6: When trustManageClassName is specified, there is a lot of work to get and configure a TrustManagerFactory instance (tmf) in JSSESocketFactory#getTrustManagers() and then that getTrustManagers() method just ignores this tmf instance. The documentation update part of the patch says that "If this attribute is set, the trust store attributes may be ignored." but with the current code they actually cannot be ignored because that (unneeded) tmf.init() call is likely to fail if those values are bogus. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org