Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3115

ProductConfig does not close stream to manifest

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.0.0.Beta29
    • None
    • Management
    • None

    Description

      This stream is not closed:

      InputStream stream = module.getClassLoader().getResourceAsStream("META-INF/MANIFEST.MF");
      Manifest manifest = null;
      if (stream != null) {
          manifest = new Manifest(stream);
      }
      

      Perhaps this is the cause of JBEAP-12366

      Attachments

        Issue Links

          Activity

            People

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: