Open ashandrien opened 8 years ago
I found also that:
$ESAPI.logger().getLogger('ApplicationLogger').info(org.owasp.esapi.Logger.EventType.EVENT_SUCCESS, 'This is a test message');
should be:
$ESAPI.logger('ApplicationLogger').info(org.owasp.esapi.Logger.EventType.EVENT_SUCCESS, 'This is a test message');
org.owasp.esapi.ESAPI.initialize();
should beESAPI_Initialize();