commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #1773] [Patch #1773] Fix for ServerSocket.toString()


From: noreply
Subject: [patch #1773] [Patch #1773] Fix for ServerSocket.toString()
Date: Tue, 29 Jul 2003 10:42:57 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/2.2.2-3; Linux)

Patch #1773 has been updated. 

Project: 
Category: None
Status: Open
Summary: Fix for ServerSocket.toString() 

Follow-Ups:

Date: Wed 07/30/2003 at 00:42
By: crawley

Comment:
This patch fixes a minor bug shown by the Mauve testcases
for ServerSocket.  Specifically, it causes toString() 
to print the remote IP address of an unconnected socket
as "0.0.0.0/0.0.0.0" (as per the Sun JDK behaviour) 
rather than "null".

Changelog Comment:

        java/net/SocketImpl.java (toString): 
        display the remote address of an unconnected server socket
        as "0.0.0.0/0.0.0.0"
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1773&group_id=85

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]