Author: markt
Date: Thu Aug 14 03:45:13 2008
New Revision: 685843

URL: http://svn.apache.org/viewvc?rev=685843&view=rev
Log:
Respond to Filip's -1.

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=685843&r1=685842&r2=685843&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Aug 14 03:45:13 2008
@@ -91,6 +91,12 @@
                that can be checked very easily
                http://www.exampledepot.com/egs/java.security/ListAliases.html
                Furthermore SSL-HOWTO in Tomcat, mentions this problem
+             - Whilst this might cause the logging loop (and I agree it is
+               easily checked), the only time I saw the logging loop was when
+               the certificate and the ciphers were not compatible. I could not
+               see anywhere in the javax.net.ssl API that would let me check
+               this. Opening a socket (which throws an excpetion in this case)
+               appears to be the only way to detect it.
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45608
   Prevent race condition for allocate/deallocate in StandardWrapper



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to