Skip to content

Commit e8ecc25

Browse files
JavaJoeSjukzi
authored andcommitted
Make sure invalid truststore password is caught
1 parent f444046 commit e8ecc25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

team/bundles/org.eclipse.ui.pki/src/org/eclipse/ui/pki/wizard/TrustStoreSelectionPage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ protected KeyStore getTrustStore(){
326326

327327
if(errormsg != null){
328328
this.setErrorMessage(errormsg);
329+
keyStore = null;
329330
}
330331

331332
// Return the result

0 commit comments

Comments
 (0)