Recent Connections should not display pw
----------------------------------------

                 Key: UDIG-1568
                 URL: http://jira.codehaus.org/browse/UDIG-1568
             Project: uDIG
          Issue Type: Bug
          Components: application
    Affects Versions: UDIG 1.2.x
            Reporter: Ugo Taddei


The wizard page is showing recent db connections and including the pw.

This is the culprit: 
net.refractions.udig.catalog.ui.wizard.DataBaseConnInfo.toDisplayString().

        public String toDisplayString() {
                return getHostString()
                                + " : " + getPortString() + " : " + 
getUserString() + " : " + getPassString() + " : " + getDbString() + " : " + 
getSchemaString(); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ 
//$NON-NLS-5$
        }

This leaves a problem of how to restore the info. But I'd rather the password 
didn't get shown, than retype it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to