HTTPS algorithm=Default is not preserved after the server is started
--------------------------------------------------------------------

         Key: GERONIMO-1911
         URL: http://issues.apache.org/jira/browse/GERONIMO-1911
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: Tomcat  
    Versions: 1.0, 1.2, 1.1    
 Environment: Sun or IBM 1.4.2 JDK
    Reporter: Donald Woods
    Priority: Minor
     Fix For: 1.x


During the first run of the server, the algorithm=Default attribute on the 
TomcatWebSSLConnector in config.xml is updated to match the current JVM being 
used.  This causes problems for people switching between Sun and IBM JRE/JDK 
when using Eclipse.
The fix, is to update HttpsConnectorGBean.java to not set the algorithm 
variable to getDefaultAlgorithm() when "Default" was set, but to just set the 
connector attribute.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to