Hi,
in current master, there is an exception like:
Attempting to load ESAPI.properties via file I/O.
Attempting to load ESAPI.properties as resource file via file I/O.
Not found in ‘org.owasp.esapi.resources’ directory or file not readable: /data/dev/gn/dev/web/ESAPI.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties
Not found in ‘user.home’ (/home/francois) directory: /home/francois/esapi/ESAPI.properties
Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException
Attempting to load ESAPI.properties via the classpath.
The file looks to be located in WEB-INF/classes. Should we move it to another location ?
What happens if this file is not loaded properly ?
Thanks.
Francois