-
Bug
-
Resolution: Done
-
Major
-
3.0.11.Final
-
None
Currently when Starting Rest Easy Netty4 with the following code:
NettyJaxrsServer netty = new NettyJaxrsServer(); ResteasyDeployment deployment = new ResteasyDeployment(); netty.setDeployment(deployment); netty.setHostname("localhost"); netty.setPort(0); netty.start();
Netty starts fine but it returns port 0 whereas it should return a dynamic port returned by Channel.