Ignore:
Timestamp:
2003-08-28T16:48:44+12:00 (21 years ago)
Author:
kjdon
Message:

removed println where it printed your password for all to see

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/Job.java

    r5319 r5335  
    216216        String user_pass = null;
    217217        String address = proxy_host + ":" + proxy_port;
    218         System.err.println("Searching for authentication for: " + address);
    219218        int count = 0;
    220219        while(count < 3 && (user_pass = (String) Gatherer.authentications.get(address)) == null) {
     
    226225        return;
    227226        }
    228         System.err.println("login@pass: " + user_pass);
    229227        if(user_pass.indexOf("@") != -1) {
    230228        // Write the use proxy command
Note: See TracChangeset for help on using the changeset viewer.