HDIV (HTTP Data Integrity Validator) is an opensource Web Application Security Framework for a java web applications.
Questions tagged [hdiv]
82 questions
0
votes
1 answer
HDIV Refresh Displays Error
I am using Spring3 security, Spring3 mvc with jquery and HDIV 2.1.2.
When I run the application and press any menu or open any page in console I got the following exception, but in the browser application is working fine.
Exception…

Y.V. NARASIMHA RAO
- 21
- 1
- 2
- 2
0
votes
2 answers
How to stop page loading when click on F5
How to stop the page loading when click on F5...
Thanks & Regards
Rubina

Rubina
- 45
- 3
- 11
0
votes
1 answer
grails hdiv integration - session succeeds but get HDIV_PARAMETER_NOT_EXISTS exception
I am trying to integrate hdiv in a grails 2.0.3 application.
I have made all the changes mentioned in the hdiv-reference doc for spring mvc in my grails application.
When the application starts up I can see that hdiv validatorfilter is initialized…

user558925
- 95
- 2
- 11
-1
votes
1 answer
hdiv org.hdiv.filter.ValidatorFilter cannot be cast to javax.servlet.Filter
I'm trying integrate hdiv 2.0.4 with old struts 1.3.8 to maintain old system in security issues. but, when I integrated I got that - hdiv validator in web.xml cannot be cast to servlet filter. Any suggestions for this?
SEVERE: Exception starting…

maman
- 1
-1
votes
1 answer
How to make HDIV work with tag?
I have a scenario where I need to html tag instead of spring form tag using the spring:bind. However, HDIV does not seem to store this parameter in state to evaluate it later.
Ex:
In the BindTag class of springframework, I don't see…

Happy_coding
- 19
- 1
- 5
-1
votes
1 answer
HDIV Configuration for Weblogic
I am trying to integrate HDIV 2.1.9 to a Spring project and make it work with Weblogic 12.1c.
My configuration is done using JavaConfig.
When I run the application I get a blank screen, and the following error:
…

Mihalis
- 1
- 1
-1
votes
1 answer
hdiv configuration
If any one have integrated hdiv 2.0.4 for security integrity with struts 2.0.11, then please help me out on the configurations. I have integrated and configured it successfully and I am able to deployed successfully on my tomcat6.
Now, I am able to…

user1824140
- 11
- 2