vidyuthd / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

improper property access in DefaultSecurityConfiguration #241

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
getDisableIntrusionDetection() in 
org.owasp.esapi.reference.DefaultSecurityConfiguration improperly accesses the 
properties file via the map field, rather than the getESAPIProperty method.  
This has caused an issue when the class is overridden.

Original issue reported on code.google.com by rob.spre...@gmail.com on 8 Aug 2011 at 7:14