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

KeyStoreUtil->addCertificate should close fileoutputstream in finally

    XMLWordPrintable

Details

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: