Re: [tomcat] branch master updated: Avoid reflection for default instantiation

2020-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Filip, On 7/22/20 12:41, Filip Hanik wrote: > Hi Christopher, >>> environments. -Class clazz = >>> Class.forName(className); -return >>> (AuthConfigFactory)

RE: [tomcat] branch master updated: Avoid reflection for default instantiation

2020-07-22 Thread Filip Hanik
Hi Christopher, > > environments. -Class clazz = > > Class.forName(className); -return > > (AuthConfigFactory) clazz.getConstructor().newInstance(); + if > > (className.equals("org.apache.catalina.authenticator.jaspic.AuthConfig >

Re: [tomcat] branch master updated: Avoid reflection for default instantiation

2020-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Filip, On 7/21/20 11:22, fha...@apache.org wrote: > This is an automated email from the ASF dual-hosted git > repository. > > fhanik pushed a commit to branch master in repository > https://gitbox.apache.org/repos/asf/tomcat.git > > > The following

[tomcat] branch master updated: Avoid reflection for default instantiation

2020-07-21 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 c08bf81 Avoid reflection for default