-
Bug
-
Resolution: Done
-
Major
-
2.0.4.Final
-
None
Repeat web management console login and browser cache clear, every time open static resource of web console module following jar, don't close it until run gc.
wildfly-12.0.0.Final/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.9.15.Final-resources.jar
It is likely cause call java.net.URLConnection.getLastModified() in io.undertow.server.handlers.resource.URLResource.getLastModified().
JarURLConnection.getLastModified() cause file handler leak.
For more information https://bugs.openjdk.java.net/browse/JDK-6956385.
- relates to
-
UNDERTOW-1081 URLResource leaks file descriptors when reading the content length and last modified
- Resolved