Iframe contents display in the wrong window.
--------------------------------------------
Key: CHUKWA-386
URL: https://issues.apache.org/jira/browse/CHUKWA-386
Project: Hadoop Chukwa
Issue Type: Bug
Components: User Interface
Affects Versions: 0.2.0, 0.3.0
Environment: Redhat EL 5.1, Java 6
Reporter: Eric Yang
Assignee: Eric Yang
Fix For: 0.3.0
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.