Change By: Marcus Jacobsson (19/Mar/13 9:42 AM)
Fix Version/s: current
Description: In Jenkins 1.480.3 we can no longer send HTML or XML formated texts using _javascript_ Proxy. It works in 1.466 and for HTML  (not XML)  and partly  in 1.480.1.

function broken()
{
    var promote = <st:bind value="${it}"/>
    document.getElementById('result').innerHTML="";
    promote.doStuff(function(t) {
        document.getElementById('result').innerHTML= t.responseObject();
    })
}
In this case the function(t) code will not be executed if the method returns code with HTML or XML tags.

I made a small example plugin https://github.com/hanabishi/js-breaker
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to