You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
What steps will reproduce the problem?
Follow the steps in the getting started guide and copy the JS code sample as is
What is the expected output?
ESAPI methods work.
What do you see instead?
JS Errors
What version of the product are you using? On what operating system?
ESAPI4JS 1.3 on Firefox 23 linux 32 bit.
Please provide any additional information below.
The order that the JS libraries load is significant. The sample code in the
getting started guide should be:
<!-- esapi4js dependencies -->
<script type="text/javascript" language="JavaScript" src="scripts/esapi4js/lib/log4js.js"></script>
<!-- esapi4js core -->
<script type="text/javascript" language="JavaScript" src="scripts/esapi4js/esapi.js"></script>
<!-- esapi4js i18n resources -->
<script type="text/javascript" language="JavaScript" src="scripts/esapi4js/resources/i18n/ESAPI_Standard_en_US.properties.js"></script>
<!-- esapi4js configuration -->
<script type="text/javascript" language="JavaScript" src="scripts/esapi4js/resources/Base.esapi.properties.js"></script>
Original issue reported on code.google.com by [email protected] on 28 Aug 2013 at 7:23
The text was updated successfully, but these errors were encountered:
esapi-compressed.js must be included before of Base.esapi.properties.js because by following the suggested order the loading fails with this error: ...resources/Base.esapi.properties.js) on line 14 with message (ReferenceError: $namespace is not defined)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Original issue reported on code.google.com by
[email protected]
on 28 Aug 2013 at 7:23The text was updated successfully, but these errors were encountered: