This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 22671 - VSS Password pop-up has no info
Summary: VSS Password pop-up has no info
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-04-22 19:21 UTC by Bryan T. Vold
Modified: 2005-07-19 14:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan T. Vold 2002-04-22 19:21:39 UTC
If you happen to leave a VSS directory (or even worse - 
more than one) that requires a password, the next time you 
open up Netbeans, the first thing that it asks you is the 
password.  I have 3 separate VSS trees that I need to log 
into, and they have different passwords.  When I get just 
a "password" prompt, I have no idea which one it is asking 
for.  If possible, it would be nice to have more 
information as to which tree the system is asking for a 
password on, or be more passive on password entry until I 
actually want to do something (let the IDE at least come 
up before bombarding me with ambiguous password dialogs.
Comment 1 Filip Rachunek 2002-04-30 15:54:01 UTC
UI keyword added.
Comment 2 Marek Grummich 2002-07-22 11:54:37 UTC
Set target milestone to TBD
Comment 3 Martin Entlicher 2002-08-28 10:29:34 UTC
This should be implemented into NetBeans 4.0. People on nbusers are
complaining of it...
Comment 4 mlybarger 2003-06-26 15:25:02 UTC
it would be really nice if NB could cache the passwords being used for
each mounted vss folder.
Comment 5 Martin Entlicher 2003-06-26 15:53:02 UTC
The passwords caching is already implemented. There's an expert
property "Remember Password" on the VSS filesystem. When you set it to
true, the filesystem will store the password.

This is not by default, because the password is stored in settings.
Therefore whoever gets your settings can read your password.
Comment 6 Martin Entlicher 2003-06-26 17:27:50 UTC
Working on this enhancement... It will be implemented in the projects
build (and therefore will likely get into NB 4.0).

Comment 7 Martin Entlicher 2003-06-27 12:38:21 UTC
Implemented in the prj40_prototype branch:

Checking in commands/CommandCustomizationSupport.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/CommandCustomizationSupport.java,v 
<--  CommandCustomizationSupport.java
new revision: 1.2.4.7; previous revision: 1.2.4.6
done
Checking in commands/CommandExecutionContext.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/Attic/CommandExecutionContext.java,v 
<--  CommandExecutionContext.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Processing log script arguments...
More commits to come...
Checking in util/NotifyDescriptorInputPassword.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/util/NotifyDescriptorInputPassword.java,v 
<--  NotifyDescriptorInputPassword.java
new revision: 1.4.30.1; previous revision: 1.4
done
Checking in VcsFileSystem.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java,v 
<--  VcsFileSystem.java
new revision: 1.193.2.8; previous revision: 1.193.2.7
done

Checking in globalcommands/GlobalExecutionContext.java;
/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/globalcommands/Attic/GlobalExecutionContext.java,v 
<--  GlobalExecutionContext.java
new revision: 1.1.2.7; previous revision: 1.1.2.6
done
Checking in CommandLineVcsFileSystem.java;
/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/CommandLineVcsFileSystem.java,v 
<--  CommandLineVcsFileSystem.java
new revision: 1.128.4.9; previous revision: 1.128.4.8
done

Checking in Bundle.properties;
/cvs/vcsgeneric/profiles/vss/src/org/netbeans/modules/vcs/profiles/vss/config/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.3.72.2; previous revision: 1.3.72.1
done
Checking in vss.xml;
/cvs/vcsgeneric/profiles/vss/src/org/netbeans/modules/vcs/profiles/vss/config/Attic/vss.xml,v 
<--  vss.xml
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in vssLoc_XX.xml;
/cvs/vcsgeneric/profiles/vss/src/org/netbeans/modules/vcs/profiles/vss/config/Attic/vssLoc_XX.xml,v 
<--  vssLoc_XX.xml
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Comment 8 Peter Pis 2005-07-19 14:41:55 UTC
Verified.
Comment 9 Peter Pis 2005-07-19 14:42:03 UTC
Verified.