nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

don't bind ssl port if it isn't specified explicitly #360

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ports 9876 and 9877 are free
2. start JsTestDriver server:
 java -jar JsTestDriver-1.3.4.b.jar --port 9876

What is the expected output? What do you see instead?

Port 9877 is expected to be free and port 9876 is bound.
Actually both ports are bound.

Please use labels and text to provide additional information.
I've attached a simple patch that fixes the problem.

Original issue reported on code.google.com by Sergey.S...@gmail.com on 12 Apr 2012 at 5:40

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by Sergey.S...@gmail.com on 22 Aug 2012 at 5:12

GoogleCodeExporter commented 8 years ago

Original comment by Sergey.S...@gmail.com on 22 Aug 2012 at 5:12