Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6651717
Votes 0
Synopsis Debug output statement left in MailToURLConnection
Category java:classes_net
Reported Against
Release Fixed 7(b25)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 17-JAN-2008
Description
There is a System.err.println() debuging statement left in MailToURLConnection.connect() :
    public void connect() throws IOException {
        System.err.println("connect. Timeout = " + connectTimeout);
        client = new SmtpClient(connectTimeout);
        client.setReadTimeout(readTimeout);
    }

It should be removed.
Posted Date : 2008-01-17 13:52:33.0
Work Around
N/A
Evaluation
Yes, will remove as soon as possible.
Posted Date : 2008-02-08 12:49:44.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang