Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.2
-
None
Description
CodeBehindUnknownHandler is currently hardcoded to create an ActionSupport instance for unknown actions.
If the unknown handler is changed to use the PackageConfig.defaultClassRef then users/plugins can substitute in an alternate unknown action.
This change is required for handling unknown actions when using the REST plugin as ActionSupport only has an execute() method. With this change the REST Plugin can define a more appropriate default action to use.
Split from WW-1881