UnicastConnectionManager.java (UnicastConnectionManager(int port, RMIServerSocketFactory)): Listen on "localhost", not localhost.

2007-04-17  Andrew Haley  <aph@redhat.com>

	* gnu/java/rmi/server/UnicastConnectionManager.java
	(UnicastConnectionManager(int port, RMIServerSocketFactory)):
	Listen on "localhost", not localhost.

From-SVN: r123952
This commit is contained in:
Andrew Haley
2007-04-18 17:07:48 +00:00
committed by Andrew Haley
parent 3639b3fac4
commit 431f60c0eb
2 changed files with 13 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2007-04-17 Andrew Haley <aph@redhat.com>
* gnu/java/rmi/server/UnicastConnectionManager.java
(UnicastConnectionManager(int port, RMIServerSocketFactory)):
Listen on "localhost", not localhost.
2007-04-17 Francis Kung <fkung@redhat.com>
PR classpath/31311