Which risk does relying solely on client-side validation introduce in a Spring MVC application?
-
A
Server-side constraints become redundant and waste processing time
-
B
Malicious clients can bypass client-side checks and send invalid or harmful data to the server
-
C
Spring's @Valid annotation is disabled when client-side validation is active
-
D
The BindingResult object is never populated, hiding validation errors