Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.4
Description
The InvokeHTTP processor is defined as final, which means custom processors cannot extend it. I see no reason this class should be final, as other standard processors are not defined as such with no visible problems. InvokeHTTP is a processor that users frequently want to modify, and allowing custom extensions is much easier than duplicating all native behavior in a new processor.