mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
Merge pull request #300 from lukaszlenart/WW-4938-fix
[WW-4938] Reverts dropping injecting internal beans in Spring Factory
This commit is contained in:
@@ -168,7 +168,9 @@ public class SpringObjectFactory extends ObjectFactory implements ApplicationCon
|
||||
Class beanClazz = getClassInstance(beanName);
|
||||
o = buildBean(beanClazz, extraContext);
|
||||
}
|
||||
|
||||
if (injectInternal) {
|
||||
injectInternalBeans(o);
|
||||
}
|
||||
return o;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user