Actions
Defect #5134
closedJUnique socket should bind to localhost instead of primary interface
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-19
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
netstat -lnp
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp6 0 0 192.168.178.27:56975 :::* LISTEN 17180/java
Instead of binding to 192.168.178.27, the socket of JUnique should bind to 127.0.0.1. This should be easy to fix.
Actions