changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

ServletContextPropertyWroConfigurationFactory#createProperties is not closing stream. #483

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not experiencing any issues with it, but thought that would be correct way to 
handle steams adding:

    } finally {
      IOUtils.closeQuietly(inputStream);
    }

Original issue reported on code.google.com by lystoc...@gmail.com on 6 Jul 2012 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 7 Jul 2012 at 2:48

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.4.x

Original comment by alex.obj...@gmail.com on 8 Jul 2012 at 10:13