yyqdbngt opened a new pull request, #2193: URL: https://github.com/apache/rocketmq-dashboard/pull/2193
## Summary - return alert rule YAML exports with an attachment content disposition - preserve the generated filename in the download response - update the controller regression test for the expected header ## Root cause `setContentDispositionFormData` emits multipart form-data semantics intended for a multipart body part. This endpoint returns a normal file response, so clients could fail to recognize the YAML as a download. Closes #2192 ## Validation - `mvn -pl server -Dtest=AlertRuleAssetControllerTest test` (3 tests) - `mvn -pl server checkstyle:check` - `git diff --check` - verified the changed paths against all open PRs targeting `rocketmq-studio` -- 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]
