logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

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

Subject: [patch #1773] [Patch #1773] Fix for ServerSocket.toString()
Patch #1773 has been updated. 

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

Follow-Ups:

Date: Tue 07/29/2003 at 14: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"
-------------------------------------------------------

Date: Tue 07/29/2003 at 15:51
By: mkoch

Comment:
Fixed in CVS.
-------------------------------------------------------

-------------------------------------------------------
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/


<Prev in Thread] Current Thread [Next in Thread>