CVE-2009-3555 remove test for working reneg as JVMs now have the fix

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1502 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2010-04-12 21:58:32 +00:00
parent 1f406b4616
commit b4390f9852
1 changed files with 2 additions and 0 deletions

View File

@ -69,7 +69,9 @@ public class SslRenegotiateTest extends TestCase
public void testRenegNIO() throws Exception
{
/* TODO This test breaks on JVMs with the fix
doRequests(new SslSelectChannelConnector(),true);
*/
}
public void testNoRenegNIO() throws Exception