Our application is using struts 1.2.9 and we would like to integrate HDIV (HTTP Data Integrity Validator) in order to enhance its security. However, it seems that the last version of HDIV (2.1.12) is only compatible with struts 1.3.8.
Currently, we prefer to not upgrade struts 1.2.9 to 1.3.8 because it needs some work. So what can we do to use HDIV with struts 1.2.9 ?
Thanks for help.