yyqdbngt opened a new pull request, #3107: URL: https://github.com/apache/rocketmq-dashboard/pull/3107
### Summary Normalize audit log filter parameters at the service choke point: - `findPage` (used by `queryLogs` and `exportLogs`) now trims `search`, `operationType`, `resourceType`, `clusterId` and `result` (null-safe) before building the query. ### Why Padded filter values from the UI/paste previously produced zero matches (or mismatched exports) even when records existed; the controller layer did not trim them. ### Testing - `mvn -f server/pom.xml -Dtest=AuditServiceTest test` passes: 13/13 (12 existing + 1 new verifying the repository receives trimmed filters). -- 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]
