Spring MVC form validation with HDIV (HTTP Data Integrity Validator)
HTTP Data Integrity Validator (HDIV) is a cool site addition to help secure web applications. Out of the box it will help prevent cross site request forgery (CSRF), remove the ability to alter non-editable data (hidden fields, params…) and even …