Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0
-
None
-
None
Description
When VelocityView instanciation fails (aka throws an unrecoverable exception), it is attempted again as many times as there are servlets or filters relying on it, even when the instance is supposed to be shared.
The proper behavior would be to somehow mark the shared instance attribute as being invalid (but not null).