Description
A user can set a response status in the requesthandler by calling the method context.setResponseStatusCode().
However, this value is not used in the PopulateResponseStatusHandler where the status is default assigned to -1 and this value is ignored.
This leads to issues where your entity is not of Type Response but you still want to set a status.
A workaround is to wrap all the objects into response in the request handler however, this should have been supported.