yx9o opened a new pull request, #587: URL: https://github.com/apache/rocketmq-dashboard/pull/587
## What is the purpose of the change Fixes #586 . Request parameters that could not be converted to their declared types were handled as unexpected exceptions and returned HTTP 500. This change treats these conversion failures as client errors and returns a structured HTTP 400 response. ## Brief changelog - Handle request parameter type mismatches as HTTP 400. - Return the invalid parameter name in the standard error response. - Add regression coverage for invalid and valid typed request parameters. -- 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]
