[
https://issues.apache.org/jira/browse/GERONIMO-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465347
]
Donald Woods commented on GERONIMO-2740:
----------------------------------------
It's old code in Tomcat to support an external SSL implementation before JSSE
became part of the default JVM package. It still tries to load
PureTLSImplementation first, before defaulting to JSSE.
http://mail-archives.apache.org/mod_mbox/tomcat-users/200411.mbox/[EMAIL
PROTECTED]
It's really just an annoying debug message, which can easily be filtered out
and reduce user confusion when running the server with debug tracing.....
> Filter out the Tomcat debug log msg - java.lang.ClassNotFoundException:
> org.apache.tomcat.util.net.puretls.PureTLSImplementation
> --------------------------------------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-2740
> URL: https://issues.apache.org/jira/browse/GERONIMO-2740
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Logging
> Affects Versions: 2.0-M1, 2.0-M2
> Reporter: Donald Woods
> Priority: Minor
> Fix For: 2.0-M2
>
> Attachments: G2740.patch
>
>
> Need to add another logger filter to remove the below Tomcat debug message,
> which logs an exception and can be misleading to users -
> 15:47:42,281 DEBUG [SSLImplementation] Error loading SSL Implementation
> org.apache.tomcat.util.net.puretls.PureTLSImplementation
> java.lang.ClassNotFoundException:
> org.apache.tomcat.util.net.puretls.PureTLSImplementation
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira