Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 694 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 694 Bytes

HTTP DATA INTEGRITY VALIDATOR

We can briefly define HDIV as a Java Web Application Security Framework. HDIV extends web application's behaviour by adding Security functionalities, maintaining the API and the framework specification.

Official Site: http://hdiv.org

How to build your own Hdiv jar

Clone this repo and build jar files (you'll need Git and Maven installed):

git clone git://github.com/hdiv/hdiv.git
cd hdiv
mvn install

The jars will be created in a folder named "target" and installed in local Maven repository.

License

The HDIV Framework is released under version 2.0 of the Apache License.