Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.20
-
None
Description
Internal DI mechanism uses default scope which is basically a prototype scope, but the default scope is singleton in Struts, thus leads to confusion and misconfiguration.
It'd be better to use name prototype to clearly express its meaning.