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/GAuthenticator.java

    r5315 r5335  
    127127    if(!authentication_cancelled) {
    128128        // Store the authentication
    129         System.err.println("Storing the authentication for: " + getRequestingHost() + ":" + getRequestingPort());
    130         System.err.println("login@pass: " + username.getText() + "@" + new String(password.getPassword()));
    131129        Gatherer.authentications.put(getRequestingHost() + ":" + getRequestingPort(), username.getText() + "@" + new String(password.getPassword()));
    132130        return new PasswordAuthentication(username.getText(), password.getPassword());
Note: See TracChangeset for help on using the changeset viewer.