diff --git a/java/ModSecurityTestApp/web/help.html b/java/ModSecurityTestApp/web/help.html index bfc13d1f..2e26bccd 100644 --- a/java/ModSecurityTestApp/web/help.html +++ b/java/ModSecurityTestApp/web/help.html @@ -3,6 +3,12 @@ ModSecurity WAF: Help page +
@@ -35,7 +41,7 @@ github.com/SpiderLabs/ModSecurity or using pre-compiled binaries from modsecurity.org. We will not discuss how to compile the native libraries needed since these steps are described in the README files from ModSecurity's repository. - The native libraries (.so, .dll, etc.) needed for ModSecurity for Java are: + The native libraries (.so, .dll, etc.) needed for ModSecurity for Java are:

  1. @@ -62,10 +68,10 @@

- These libraries are loaded by the ModSecurityLoader.jar, which should be placed in your Java server library loader - (for example, in Tomcat 7: $CATALINA_HOME/lib). You can build/modify load directory the ModSecurityLoader from - /mod_security/java/ModSecurityLoader/src/. The libraries have to be copied in a directory (for example, c:\work\mod_security\java\libs\), - which should be accessible to ModSecurityLoader.jar. + These libraries are loaded by the ModSecurityLoader.jar, which should be placed in your Java server library loader + (for example, in Tomcat 7: $CATALINA_HOME/lib). You can build or modify the load directory of ModSecurityLoader from + /mod_security/java/ModSecurityLoader/src/. The libraries have to be copied in a directory (for example, c:\work\mod_security\java\libs\), + which should be accessible to ModSecurityLoader.jar.

diff --git a/java/bin/windows x86/ModSecurityJNI.dll b/java/bin/windows x86/ModSecurityJNI.dll new file mode 100644 index 00000000..213e4f7f Binary files /dev/null and b/java/bin/windows x86/ModSecurityJNI.dll differ diff --git a/java/bin/windows x86/libapr-1.dll b/java/bin/windows x86/libapr-1.dll new file mode 100644 index 00000000..f5fd031f Binary files /dev/null and b/java/bin/windows x86/libapr-1.dll differ diff --git a/java/bin/windows x86/libapriconv-1.dll b/java/bin/windows x86/libapriconv-1.dll new file mode 100644 index 00000000..d5941d95 Binary files /dev/null and b/java/bin/windows x86/libapriconv-1.dll differ diff --git a/java/bin/windows x86/libaprutil-1.dll b/java/bin/windows x86/libaprutil-1.dll new file mode 100644 index 00000000..323d7423 Binary files /dev/null and b/java/bin/windows x86/libaprutil-1.dll differ diff --git a/java/bin/windows x86/libcurl.dll b/java/bin/windows x86/libcurl.dll new file mode 100644 index 00000000..01d69424 Binary files /dev/null and b/java/bin/windows x86/libcurl.dll differ diff --git a/java/bin/windows x86/libxml2.dll b/java/bin/windows x86/libxml2.dll new file mode 100644 index 00000000..926f7cee Binary files /dev/null and b/java/bin/windows x86/libxml2.dll differ diff --git a/java/bin/windows x86/lua5.1.dll b/java/bin/windows x86/lua5.1.dll new file mode 100644 index 00000000..82bf7238 Binary files /dev/null and b/java/bin/windows x86/lua5.1.dll differ diff --git a/java/bin/windows x86/pcre.dll b/java/bin/windows x86/pcre.dll new file mode 100644 index 00000000..31f21be1 Binary files /dev/null and b/java/bin/windows x86/pcre.dll differ diff --git a/java/bin/windows x86/zlib1.dll b/java/bin/windows x86/zlib1.dll new file mode 100644 index 00000000..2981bebc Binary files /dev/null and b/java/bin/windows x86/zlib1.dll differ