https://issues.apache.org/bugzilla/show_bug.cgi?id=54702
--- Comment #3 from Jean-Marie LAMARE <jeanmarie.lam...@free.fr> --- Is the bugs due to a missing close call there ? 1312 if (entry != null && entry.getGlobalTimeStamp() == globalTimeStamp && 1313 entry.getHostTimeStamp() == hostTimeStamp) { 1314 return entry.getWebXml(); 1315 } ... 1321 entry = hostWebXmlCache.get(host); 1322 if (entry != null && entry.getGlobalTimeStamp() == globalTimeStamp && 1323 entry.getHostTimeStamp() == hostTimeStamp) { 1324 return entry.getWebXml(); 1325 } Sometimes, the web.xml file is not parsed and the stream is not closed -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org