Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.4
-
None
-
Operating System: other
Platform: Other
-
31481
Description
The delegate in ControllerSupport from perform() to execute() ist the wrong
direction.
Struts 1.1-controllers implement the perform()-method because this method is
called by the framework. If have these old controllers with Struts 1.2 running,
the execute()-Method of ControllerSupport is called - but this method is empty.
But it should delegate to perform().
It doesn't make sense to let perform() delegate to execute() because nobody
calls perform in Struts 1.2.
Thanks Lars