Issue Type: Bug Bug
Affects Versions: 8.1
Assignee: Jody Garnett
Components: main
Created: 17/Sep/12 2:20 PM
Description:

In the static initalizer of the class org.geotools.factory.GeoTools a property file is loaded using java.lang.Class#getResourceAsStream method and then passed to java.util.Properties#load method.
The stream returned by getResourceAsStream method is never closed. When GeoTools is used in an application running on the GlassFish server, GlassFish emits a warning about unclosed stream when the application is undeployed.

Project: GeoTools
Priority: Minor Minor
Reporter: Sebastian Graca
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to