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

ProductConfig does not close stream to manifest

XMLWordPrintable

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

      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

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

              Created:
              Updated:
              Resolved: