https://bz.apache.org/bugzilla/show_bug.cgi?id=69615
--- Comment #5 from Mark Thomas <ma...@apache.org> --- Tx. Given you are using reflection to hack Tomcat's internals it isn't entirely unexpected that changes to how those internals work mean that you need to update your hack. Tomcat will handle calls to addURL() during web application start but calls to addURL() while the application is running will also require an additional call to empty the notFoundClassResources cache. You have a couple of immediate options: - disable the notFoundClassResources by setting notFoundClassResourceCacheSize="0" on the Context - update your hack to clear that cache after you call addURL() All of that said, we can be helpful here and ensure that when addURL() is called that we automatically clear the notFoundClassResources cache. It should be possible to do that in time for the next release round (early April). -- 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