Browse Source
Prior to this commit, AbstractAutowireCapableBeanFactory's invokeCustomInitMethod() method invoked ClassUtils.getInterfaceMethodIfPossible() even if the security manager was not being used. This commit ensures that getInterfaceMethodIfPossible() is only invoked if the security manager is used. Closes gh-23323pull/23837/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue