tomee-catalina leaves open streams

2016-07-08 Thread Svetlin Zarev
Hi, TomcatWebappDeployer::deployWebApps() does not close the InputStream to the context.xml it opens.It opens the stream on line 462 or 471 (branch 7.0.1) , an uses it only to check if it's null on line 500 without ever reading it. Leaving the stream open may cause application undeployment issues

Re: tomee-catalina leaves open streams

2016-07-08 Thread Romain Manni-Bucau
Hello Svetlin, good catch, opened https://issues.apache.org/jira/browse/TOMEE-1862 Romain Manni-Bucau @rmannibucau | Blog | Old Wordpress Blog | Github |