-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: core-libs
-
b03
DummyWebSocketServer.java getURI():
return URI.create("ws://localhost:" + address.getPort());
It would be better to use the ip literal there
return URI.create("ws://localhost:" + address.getPort());
It would be better to use the ip literal there
- links to
-
Commit(master)
openjdk/jdk/f3a48560
-
Review(master)
openjdk/jdk/28864