]
Kabir Khan reassigned WFCORE-4045:
----------------------------------
Assignee: Kabir Khan
Make ExtensibleHttpManagement.addManagementHandler() return error
code 500
--------------------------------------------------------------------------
Key: WFCORE-4045
URL:
https://issues.jboss.org/browse/WFCORE-4045
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Kabir Khan
Assignee: Kabir Khan
The security checks done by the handlers added via
ExtensibleHttpManagement.addManagementHandler() currently redirect to the standard html
page with an error code of 200. This behaviour is impossible to change.
This is currently only used by MP Health, for which the ExtensibleHttpManagement API was
added. Rather than expand this API we will change the behaviour of handlers added with
this mechanism to return 500.