Skip to content

Ensure all controllers that use validation also have @Validated

Liam Clark requested to merge 255-validation-was-not-triggering into development

We have various @Valid annotations throughout our controllers. However if the controller is not also annotated with @Validated, Spring doesn't actually perform the validation.

Closes #255 (closed)

Merge request reports