Uploaded image for project: 'PicketLink'
  1. PicketLink
  2. PLINK-467

KeyStoreUtil->addCertificate should close fileoutputstream in finally

XMLWordPrintable

      // Save the new keystore contents
      FileOutputStream out = new FileOutputStream(keystoreFile);
      keystore.store(out, storePass);
      out.close();

              anil.saldhana Anil Saldanha (Inactive)
              anil.saldhana Anil Saldanha (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: