ESAPI / owasp-esapi-js

An UNMAINTAINTED project originally exported from code.google.com/p/owasp-esapi-js. This project is deprecated. See the README.md for further details and possible alternatives.
Other
101 stars 32 forks source link

ESAPI quick start instructions incorrect #21

Open ashandrien opened 8 years ago

ashandrien commented 8 years ago

org.owasp.esapi.ESAPI.initialize(); should be ESAPI_Initialize();

enrico-usai commented 7 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');