HDIV (HTTP Data Integrity Validator) is an opensource Web Application Security Framework for a java web applications.
Questions tagged [hdiv]
82 questions
1
vote
1 answer
HDIV + Jquery Data Table + JSON
I am trying to integrate HDIV into our existing application. But, Am facing an issue w.r.t. CSRF tokens in the following use case.
Use Case:
I use JQuery Data tables in order to render the data in Tabular format. We have a Data table column which…

Raj Chowdary
- 23
- 2
1
vote
1 answer
HDIV confidentiality true problam with Select element
I am populating a select element using EL values and getting problem
…

Prashant Shah
- 108
- 1
- 7
0
votes
1 answer
implementing HDIV framework in grails application
I am looking at the HDIV framework to implement it in my Grails application. Looks like the framework is more user friendly to Struts/java based applications. They do say it can be configured on other frameworks. This is what it exactly says:
It is…

pri_dev
- 11,315
- 15
- 70
- 122
0
votes
1 answer
Issues along migrating a comprehensive spring security xml based configuration (2.0.4) to java based configuration (4.2)
In Spring security 2.0.4, the declaration was as follows and also the position of filters were declared in the individual bean declarations .....
Old Security.xml

snp
- 41
- 5
0
votes
1 answer
Spring boot with hdiv
I am using org.springframework.boot:spring-boot-starter-web:1.5.3.RELEASE for my MVC application.
I need to stop sensitive data exposure attack.
I have found hdiv (https://github.com/hdiv/spring-boot-starter-hdiv/blob/master/README.md )
Now if I…

lab bhattacharjee
- 1,617
- 2
- 17
- 33
0
votes
1 answer
Hdiv 3.4.0 and spring with hidden input
In spring forms I have hidden input
like
Abd-Alhaj
0
votes
2 answers
Generate Valid hdiv url in controller
i have successfully configured Spring Boot 2.0.4 to use spring-security with HDIV.
I decided to use jquery datatable as table rendering technology.
Here come the problem...
For each row of my datatable i'd like to create a detail link signed with…

Michele C.
- 71
- 1
- 11
0
votes
1 answer
how to configure hdiv with asp.net mvc 5
I'm working on an enterprise web project for our government but the important phase is it's security. I heard something about HDIV that secure our websites.
but I don't know how to configure/integrate it with our web application. if anyone can help…

Mohammad Jalal Ahmadzai
- 31
- 1
- 7
0
votes
1 answer
HDIV INVALID_PAGE_ID
Thanks for reading. I am using Spring MVC 4 with HDIV 3. The applicaition functions well except after 10-15 minutes of inactivity, the application will error out on a link that worked when first logged in. The error message in the log is…
0
votes
1 answer
HDIV parameter do not exist
I am trying to integrate HDIV with my web application using HDIV struts 1.jar
I encounter the below error when trying to load the login page.
(self-tuning)'][][](org.hdiv.logs.Logger) -…

kitcha
- 5
- 1
- 6
0
votes
1 answer
HDIV + Spring MVC - getting always Unauthorized Access error HDIV_PARAMETER_DOES_NOT_EXIST
I am using HDIV with Spring MVC based on Spring Java Configuration which I derived from their showcase implementation. The configuration get loaded but when I try to access protected URLs i.e. "/messages/message" I get always Unauthorized Access…

megloff
- 1,400
- 4
- 27
- 44
0
votes
1 answer
How can Config HDIV in Spring boot
I want to secure my links (restful address). so after many research i found HDIV framework and gone use it.
Now i want to config HDIV framework in Spring-boot but it has some error!! and i couldn't config this. any who Could help me?
my POM.xml:
…
0
votes
0 answers
HDIV does not exclude params from validation even after exclusion
I am using HDIV version 3.2.0,
excluding a param as below:
registry.addParamExclusions("param1").forUrls("/section/.*");
But when I try to submit the form with "param1"(hidden param and setting value using jQuery), HDIV still validates this…

Nagasubba Reddy
- 1
- 1
0
votes
1 answer
Integration HDIV and restful APIs with Jersey
I have a Java Restful application that uses Jersey for the APIs implementation and that uses Spring for DI. I'm now trying to integrate HDIV for security.
However the official documentation has examples for the integration with Spring MVC, but not…

user1883212
- 7,539
- 11
- 46
- 82
0
votes
1 answer
Catch HDIV exception in Spring application
I have a Spring 4 MVC application integrated with HDIV that works perfectly.
I have a requirement in my application if any HDIV error comes in the application then I have to send an email which will contain the HDIV error details.
Is there any way…

Anurag
- 1
- 1