Merge remote-tracking branch 'origin/master' into jetty-9.1

This commit is contained in:
Jan Bartel 2013-10-01 09:12:43 +10:00
commit 8cb1001007
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class SslBytesClientTest extends SslBytesTest
client.start();
SSLContext sslContext = sslContextFactory.getSslContext();
acceptor = (SSLServerSocket)sslContext.getServerSocketFactory().createServerSocket(43191);
acceptor = (SSLServerSocket)sslContext.getServerSocketFactory().createServerSocket(0);
int serverPort = acceptor.getLocalPort();