yuluo-yx opened a new issue, #2709: URL: https://github.com/apache/rocketmq-dashboard/issues/2709
## Problem `HttpMediaTypeNotAcceptableException` is not handled explicitly by `GlobalExceptionHandler`, so an API request with no acceptable response representation falls through to the generic 500 response. ## Expected behavior The API should preserve HTTP semantics and return a 406 response with the standard result envelope. ## Proposed scope Add the dedicated exception mapping and a MockMvc regression test for both the HTTP status and response code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
