[ 
https://issues.apache.org/jira/browse/CHUKWA-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749953#action_12749953
 ] 

Hudson commented on CHUKWA-386:
-------------------------------

Integrated in Chukwa-trunk #124 (See 
[http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/124/])
    . Fix a bug in echo id to the browser for the iframe servlet. (Eric Yang)


> 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
>
>         Attachments: CHUKWA-386.patch
>
>
> 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.

Reply via email to