Use a connector attribute rather than a system property to control renegotiation
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 10 Nov 2009 14:26:01 +0000 (14:26 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 10 Nov 2009 14:26:01 +0000 (14:26 +0000)
commit3ee940beffcf43f6d4f22c2c8c2e3f0d7c46a43b
tree267b7a2200cd9b312772ee207a4c434c72000c8e
parentc4ee157e94f8e873294d028e156502adba44f318
Use a connector attribute rather than a system property to control renegotiation
Fix some trivial Eclispe warnings in the test
Don't try and invalidate the session in the client - an attacker probably won't do this
Add a test that checks the connector attribute can be used to enable renegotiation

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@834477 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
test/org/apache/catalina/startup/TestTomcatSSL.java