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
java.lang.AbstractMethodError: org.hdiv.web.servlet.support.HdivRequestDataValueProcessor.processAction
I'm developing Spring MVC and HDIV integration example. If I use spring dependency version 3.2.13.RELEASE it's works fine. But when I used spring dependency version 4.0.9.RELEASE then encounters the following error
java.lang.AbstractMethodError:…
user4618583
0
votes
1 answer
HDIV 2.1.4 - IDataComposer not initialized on request, request is out of filter
Our web application (Spring 3.2.13, Spring Security 2.0.5) works fine with HDIV 2.1.0, but when upgrading to HDIV 2.1.4, getting the following message:
13 Mar 2015 11:53:09 INFO org.hdiv.listener.InitListener - HDIV's session…

Naveen
- 41
- 1
- 3
0
votes
2 answers
HDIV : Hibernate-validator Groups not working
Hibernate-validator Groups group validation is not working with HDIV when i use instaed of
My implementing code in ManageBean is
@NotNull(groups =…

Prashant Shah
- 108
- 1
- 7
0
votes
2 answers
CSRF & XSS not working using HDIV
I am using HDIV in my project for securing from OWASP list but text boxs are accepting as an input and saving to db.
I want to write test case for all OWASP issue.
Below are the project configuration
web.xml…

Prashant Shah
- 108
- 1
- 7
0
votes
1 answer
How to make AJAX calls with Dynamic URLS in HDIV
When I make dynamic URLS in AJAX calls (based on some field value) then how to make HDIV work with this? Since the URL is dynamic HDIV won't know about this URL on server side. This would fail ultimately. Also we couldn't add it to exceptions. Then…

Vipul
- 816
- 9
- 11
0
votes
1 answer
Spring + HDIV : NoSuchBeanDefinitionException: No qualifying bean of type [org.hdiv.config.HDIVConfig] is defined
I'm following the HDIV reference to install it on my Spring MVC application.
I have done everything but when application runs i got the following exception:
Out 27, 2014 3:13:23 PM org.apache.catalina.core.StandardContext listenerStart
GRAVE:…

renanleandrof
- 6,699
- 9
- 45
- 67
0
votes
3 answers
Form Submit Not Working on the integration of HDIV and Spring MVC
I managed to integrate HDIV and Spring MVC. Now HDIV generated security URLs for the static links. But when I tries to submit a link with a parameter, I always get error message. I know the reason is when the URL of a form is generated, the…

Alex
- 617
- 2
- 9
- 21
0
votes
1 answer
Spring Web Flow and HDIV integration
I'd like to use spring web flow with HDIV. Is this possible out of the box, with only configuration? Or I have to write some swf flowhandlers, listeners? I could not find any information on this. Older version of hdiv (2.0.3, 2.0.4, 2.1.0RC1)…

grzegrzol
- 5
- 3
0
votes
1 answer
HDIV - AJAX configuration
This is the continuation of this question
HDIV - Multipart not configured - Struts 1.3 1
I made many changes in my pages to make it work for HDIV. But I could not fix the ajax calls. How to configure the HDIV for ajax requests? The ajax calls in…

vvra
- 2,832
- 5
- 38
- 82
0
votes
1 answer
HDIV - Multipart not configured - Struts 1.3
I am using HDIV to protect my web application from the csrf attacks. My application was long developed in Struts-1.3.10. The hyper links and normal pages works well, but except the multipart file upload pages. I get multipartconfig not present…

vvra
- 2,832
- 5
- 38
- 82
0
votes
1 answer
HDIV with Richfaces 4
I am using HDIV with JSF I want to add Richfaces to my application but the use of rich components like calender results HDIV exception since those components creates client side elements which are not part of JSF component tree. How can I aproach…

seenukarthi
- 8,241
- 10
- 47
- 68
0
votes
1 answer
How to integrate hdiv with multiple modules (running in same tomcat)
We have a legacy web application (consisting of 5 modules) running in tomcat 6 and trying to integrate with HDIV. User will be authenticated from module-1, created a cookie for session token and securing other modules by using filter to validate…

Suresh
- 31
- 1
- 5
0
votes
1 answer
HDIV always redirects to errorpage with error HDIV_PARAMETER_NOT_EXISTS
I am trying to implement HDIV to a spring 3.1 application.
I have added the dependencies in pom file and listener, filter in web.xml file.
I have done the configuration as shown and when I access the application then welcome page is loading but…

user2369634
- 897
- 3
- 9
- 17
0
votes
1 answer
HDIV Integration with RESTful webservice
I'm creating a web application containing RESTful webservices and I was wondering how I can properly integrate HDIV with this part of my webapp.
For now, I'm defining each webservice URL as…

thibon
- 360
- 2
- 7
- 19
0
votes
1 answer
Randonmly access denied error occured while accessing pages HDIV
I am facing issue of access denied randomly for any secure request. Access denied page is nothing but error page will appeared HDIV exception occures. The trouble part is that we have configured log for HDIV but we haven't getting any exception.…

Kamahire
- 2,149
- 3
- 21
- 50