ADS 10.0 Beta 7
Perforce - prompt for username/password
1. For a mounted perforce repository in ADS, go to perforce property and edit either username or password to incorrect value
2. Now go to Version Control -> Show History
A dialog will appear which says Operation failed
Exception generated in Error Log is
com.perforce.p4java.exception.RequestException: Password invalid.
at com.perforce.p4java.impl.mapbased.server.Server.handleErrorStr(Server.java:3155)
at com.perforce.p4java.impl.mapbased.server.Server.login(Server.java:515)
at com.perforce.p4java.impl.mapbased.server.Server.login(Server.java:485)
at \\...\\ .\\हिñçêČάй語简�?한\\.Y᠇ꋩꈁꎅ boolean.aRR(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Y᠇ꋩꈁꎅ boolean.aRQ(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Y᠇ꋩꈁꎅ boolean.aRS(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.v⡀ꉱꌢꑴ.process(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Lᢒꑋꌊꊅ transient switch.run(Unknown Source)
3. Now if we compare with Subversion Control, once either username/password is changed, you get a prompt like attached pic
Can you change the flow such that when username/password is changed ADS 10.0 asks for authentication in Perforce ?
|
22 KB
Adding this dialog everywhere where a connection is made will overly complicated the code.
I've added a check at the registration stage (Properties menu item). This should take care of invalid password.
Issue #5367 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Adding this dialog everywhere where a connection is made will overly complicated the code.
I've added a check at the registration stage (Properties menu item). This should take care of invalid password.