Re: Use KeyManagerFactory.getDefaultAlgorithm() as the default value of algorithm

2009-12-16 Thread Ivan
Many thanks ^_^ 2009/12/16 Mark Thomas > On 16/12/2009 05:34, Ivan wrote: > > Hi, > > While playing with Tomcat 7 with non-Sun JDK, I got an error "SunX509 > > KeyManagerFactory not available", it seems that in AbstractEndpoint.java, > it > > uses SunX509 as the default value, how about usin

Re: Use KeyManagerFactory.getDefaultAlgorithm() as the default value of algorithm

2009-12-16 Thread Mark Thomas
On 16/12/2009 05:34, Ivan wrote: > Hi, > While playing with Tomcat 7 with non-Sun JDK, I got an error "SunX509 > KeyManagerFactory not available", it seems that in AbstractEndpoint.java, it > uses SunX509 as the default value, how about using > KeyManagerFactory.getDefaultAlgorithm() as the def

Use KeyManagerFactory.getDefaultAlgorithm() as the default value of algorithm

2009-12-15 Thread Ivan
Hi, While playing with Tomcat 7 with non-Sun JDK, I got an error "SunX509 KeyManagerFactory not available", it seems that in AbstractEndpoint.java, it uses SunX509 as the default value, how about using KeyManagerFactory.getDefaultAlgorithm() as the default value to make Tomcat more portable. -