On 22/03/2021 11:53, r...@apache.org wrote:
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
      new 5803d56  Avoid reflection use for classloader configuration
5803d56 is described below

commit 5803d56dac2261a5b65680fb1d250135b20175ee
Author: remm <r...@apache.org>
AuthorDate: Mon Mar 22 12:52:47 2021 +0100

     Avoid reflection use for classloader configuration
This makes the leak related properties depend on the use of a
     classloader that extends WebappClassLoaderBase, but this is quite
     obvious this would be the case as it seems insane to reimplement this.

Fair enough. From memory, I was trying to support custom class loaders that didn't extend WebappClassLoaderBase but I agree it is highly unlikely anyone would do that. Happy to see this code go.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to