SSLUtils logs too much at INFO level
------------------------------------

                 Key: CXF-849
                 URL: https://issues.apache.org/jira/browse/CXF-849
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.0
            Reporter: Dan Everton


Doing a lot of web service calls over SSL results in huge amounts of logging 
output from the SSLUtils class at INFO level. 

For example the following is just a small part of what's logged repeatedly 
(once per service call):

26/07/2007 13:37:09 org.apache.cxf.transport.https.SSLUtils getCiphersuites
INFO: The cipher suites have not been configured, falling back to cipher suite 
filters.
26/07/2007 13:37:09 org.apache.cxf.transport.https.SSLUtils getCiphersuites
INFO: The cipher suite filters have not been configured, falling back to 
default filters.
26/07/2007 13:37:09 org.apache.cxf.transport.https.SSLUtils compileRegexPatterns
INFO: Ciphersuite include filter: .*_EXPORT_.*
26/07/2007 13:37:09 org.apache.cxf.transport.https.SSLUtils compileRegexPatterns
INFO: Ciphersuite include filter: .*_EXPORT1024_.*
26/07/2007 13:37:09 org.apache.cxf.transport.https.SSLUtils compileRegexPatterns
INFO: Ciphersuite include filter: .*_WITH_DES_.*
26/07/2007 13:37:09 org.apache.cxf.transport.https.SSLUtils compileRegexPatterns
INFO: Ciphersuite include filter: .*_WITH_NULL_.*
26/07/2007 13:37:09 org.apache.cxf.transport.https.SSLUtils getCiphersuites
INFO: The SSL_RSA_WITH_RC4_128_MD5 cipher suite is excluded by the filter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to