Top "Esapi" questions

The Enterprise Security API (ESAPI) is a library developed by the Open Web Application Security Project (OWASP).

Java Security vs. ESAPI

I'm a Java developer heading down the road that leads to App Security, and I've stumbled across the OWASP organization …

java security esapi
ClassCastException Log4JLogger cannot be cast to Logger when redeploying ESAPI application in WildFly

I'm having what appears to be a weird class loading issue using ESAPI inside a WAR file deployed to WildFly.8.2.0.…

java maven esapi
Validating input text in web forms with esapi

how could I use ESAPI to check for unsafe input texts in web forms ? My application is built using struts 1.…

java validation esapi
Setting resource directory for ESAPI

Working with OWASP's ESAPI, I found myself stuck at this particular line of code. private static String customDirectory = System.getProperty("…

java properties esapi