Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2.0, 0.3.0
-
None
-
Redhat EL 5.1, Java 6
Description
Iframe contents shows up in the wrong widget window once in a while. This is caused by the iframe controlling servlet is a single instance. When there are more than one concurrent request, the id field is used concurrently by two different requests. To fix this problem, change the global variable to local variable will resolve this problem.