florentulve / owasp-esapi-js

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

Unresponsive script issue in firefox browser upon referencing esapi related libraries #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Reference esapi related libraries in the existing html.
   <script type="text/javascript" language="JavaScript" src="../esapi4js/lib/log4js.js"></script>
<script type="text/javascript" language="JavaScript" 
src="../esapi4js/esapi.js"></script>
<script type="text/javascript" language="JavaScript" 
src="../esapi4js/resources/i18n/ESAPI_Standard_en_US.properties.js"></script>
<script type="text/javascript" language="JavaScript" 
src="../esapi4js/resources/Base.esapi.properties.js">

2. Open the html file using firefox browser.
3. The browser hangs for sometime and displays the following message: 
"Unresponsive script: A script on this page might be busy, or may have stopped 
responding"
4. If the esapi references are removed, the browser launches fine.

What is the expected output? What do you see instead?
The expected output is that the browser should launch fine after integration 
with esapi. Instead the script becomes unresponsive.

What version of the product are you using? On what operating system?
Browser: Mozilla Firefox 22.0
OS: Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by sanchopr...@gmail.com on 30 Jul 2013 at 5:59