You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* either escape it by using the http://beanvalidation.org/2.0/spec/#validationapi-message-defaultmessageinterpolation[Bean Validation message interpolation escaping rules];
187
-
* or, even better, <<section-hibernateconstraintvalidatorcontext,pass it as message parameters or expression variables>> by unwrapping the context to `HibernateConstraintValidatorContext`.
203
+
By using expression variables, Hibernate Validator properly handles escaping and EL expressions won't be executed.
188
204
====
189
205
190
206
Refer to <<section-custom-property-paths>> to learn how to use the `ConstraintValidatorContext` API to
0 commit comments