yx9o opened a new pull request, #567:
URL: https://github.com/apache/rocketmq-dashboard/pull/567

   ## What is the purpose of the change
   
   Fixes #566 .
   
   Prevent `/api/audit-logs` from silently ignoring invalid date filters and 
accepting reversed date ranges.
   
   ## Brief changelog
   
   - Reject invalid `startDate` and `endDate` values with HTTP 400.
   - Reject ranges where `startDate` is later than `endDate`.
   - Preserve inclusive full-day filtering for valid ranges.
   - Update service tests and API documentation.


-- 
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]

Reply via email to