File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
main/resources/hudson/tasks
test/resources/hudson/tasks/test/TrivialTestResult Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,10 @@ THE SOFTWARE.
4141 <j : forEach var =" p" items =" ${it.children}" varStatus =" status" >
4242 <tr >
4343 <td class =" pane" >
44- <a href =" ${h.urlEncode(p.safeName)}" ><span style =" ${p.previousResult==null?'font-weight:bold':''}" ><st : out value =" ${p.displayName}" /></span ></a >
44+ <j : invokeStatic var =" encodedSafeName" className =" hudson.Util" method =" rawEncode" >
45+ <j : arg value =" ${p.safeName}" />
46+ </j : invokeStatic >
47+ <a href =" ${encodedSafeName}" ><span style =" ${p.previousResult==null?'font-weight:bold':''}" ><st : out value =" ${p.displayName}" /></span ></a >
4548 <j : forEach var =" badge" items =" ${p.testActions}" >
4649 <st : include it =" ${badge}" page =" badge.jelly" optional =" true" />
4750 </j : forEach >
Original file line number Diff line number Diff line change @@ -81,7 +81,10 @@ THE SOFTWARE.
8181 <j : set var =" prev" value =" ${prevAll.findCorrespondingResult(p.id)}" />
8282 <tr >
8383 <td class =" pane" >
84- <a href =" ${h.urlEncode(p.safeName)}/" class =" body.jelly" ><span style =" ${prev==null?'font-weight:bold':''}" ><st : out value =" ${p.displayName}" /></span ></a >
84+ <j : invokeStatic var =" encodedSafeName" className =" hudson.Util" method =" rawEncode" >
85+ <j : arg value =" ${p.safeName}" />
86+ </j : invokeStatic >
87+ <a href =" ${encodedSafeName}/" class =" body.jelly" ><span style =" ${prev==null?'font-weight:bold':''}" ><st : out value =" ${p.displayName}" /></span ></a >
8588 <j : forEach var =" badge" items =" ${p.testActions}" >
8689 <st : include it =" ${badge}" page =" badge.jelly" optional =" true" />
8790 </j : forEach >
Original file line number Diff line number Diff line change @@ -85,7 +85,10 @@ THE SOFTWARE.
8585 <j : set var =" prev" value =" ${p.previousResult}" />
8686 <tr >
8787 <td class =" pane" >
88- <a href =" ${h.urlEncode(p.safeName)}/" ><span style =' ${prev==null?"font-weight:bold":""}' >${p.name}</span ></a >
88+ <j : invokeStatic var =" encodedSafeName" className =" hudson.Util" method =" rawEncode" >
89+ <j : arg value =" ${p.safeName}" />
90+ </j : invokeStatic >
91+ <a href =" ${encodedSafeName}/" ><span style =' ${prev==null?"font-weight:bold":""}' >${p.name}</span ></a >
8992 <st : nbsp />
9093 <j : forEach var =" badge" items =" ${p.testActions}" >
9194 <st : include it =" ${badge}" page =" badge.jelly" optional =" true" />
You can’t perform that action at this time.
0 commit comments