https://bz.apache.org/bugzilla/show_bug.cgi?id=66330

            Bug ID: 66330
           Summary: StandardContext.skipMemoryLeakChecksOnJvmShutdown has
                    no effect
           Product: Tomcat 10
           Version: 10.1.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: thomas.steger...@gmail.com
  Target Milestone: ------

If the StandardContext property 'skipMemoryLeakChecksOnJvmShutdown' is set to
true, one expects, that the memory leak check done by 'WebappClassLoaderBase.
clearReferences' will be skipped. This ist not the case.

The cause seems to be the missing mapping of the
'skipMemoryLeakChecksOnJvmShutdown' property from the context to the
classLoader ( StandardContext.startInternal()).

-- 
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

Reply via email to