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:
parent
1f406b4616
commit
b4390f9852
|
@ -69,7 +69,9 @@ public class SslRenegotiateTest extends TestCase
|
||||||
|
|
||||||
public void testRenegNIO() throws Exception
|
public void testRenegNIO() throws Exception
|
||||||
{
|
{
|
||||||
|
/* TODO This test breaks on JVMs with the fix
|
||||||
doRequests(new SslSelectChannelConnector(),true);
|
doRequests(new SslSelectChannelConnector(),true);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testNoRenegNIO() throws Exception
|
public void testNoRenegNIO() throws Exception
|
||||||
|
|
Loading…
Reference in New Issue