Revisit Actuator MediaTypeVersion handling #1367
Labels
Component/Management
Issues related to Steeltoe Management (actuators)
ReleaseLine/4.x
Identified as a feature/fix for the 4.x release line
Type/bug
Something isn't working
During recent trace actuator work, we discovered that the Content-Type header in actuator responses is not being handled correctly. It might make sense for individual actuator endpoints to be able to specify their media type (eg: /httpExchanges should only ever return v3) and not exclusively respond to an
Accepts
header and falling back to v2 if the header wasn't found.We should investigate if any actuator front-ends we care about even pay attention to this header, and if so, how Spring determines the media type to use in the response.
The text was updated successfully, but these errors were encountered: