Summary: | Stream not closed when detecting encoding of a JSP | ||
---|---|---|---|
Product: | Tomcat 8 | Reporter: | Peter Stöckli <peter.stockli> |
Component: | Jasper | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 8.5.16 | ||
Target Milestone: | ---- | ||
Hardware: | PC | ||
OS: | All |
Description
Peter Stöckli
2017-07-31 10:07:00 UTC
For anyone trying to reproduce this, you'll need to disable resource caching for the associated Context. It is also a lot easier to reproduce on Windows since Windows prevents deletion of locked files. This has been fixed in : - trunk for 9.0.0.M26 onwards - 8.5.x for 8.5.20 onwards Many thanks for the report and the analysis to pin-point the issue. |