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

   ## What is the purpose of the change
   
   Fix #2076.
   
   LoginDTO had no validation annotations; null/blank credentials were only 
rejected in AuthService.
   
   ## Brief changelog
   
   - LoginDTO: add @NotBlank on username and password
   - AuthController.login: apply @Valid
   
   ## How was this patch verified
   
   - Code review against sibling DTO validation style
   - git diff --check clean


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