![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Unassigned |
|
Components:
|
core |
|
Created:
|
12/Mar/13 1:01 PM
|
|
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) 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
|
|
Environment:
|
tested on Ubuntu 12.04 and Windows 7 both using debuging in maven and tomcat
|
|
Project:
|
Jenkins
|
|
Labels:
|
jenkins
|
|
Priority:
|
Blocker
|
|
Reporter:
|
Marcus Jacobsson
|
|
|
|
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
[email protected].
For more options, visit
https://groups.google.com/groups/opt_out.