-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Legacy checkUrl Line: 14 ---- checkUrl="'descriptorByName/hudson.plugins.mantis.MantisProjectProperty/checkRequired?value=' + encodeURIComponent(this.value)" ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation
[JENKINS-74476] [mantis] Migrate legacy checkUrl attribute in hudson/plugins/mantis/MantisProjectProperty/global.jelly
Assignee | Original: sogabe [ sogabe ] |
Description |
Original:
h4. Problems {noformat} == Legacy checkUrl Line: 14 ---- checkUrl="'descriptorByName/hudson.plugins.mantis.MantisProjectProperty/checkRequired?value=' + encodeURIComponent(this.value)" ---- == Legacy checkUrl Line: 14 ---- checkUrl="'descriptorByName/hudson.plugins.mantis.MantisProjectProperty/checkRequired?value=' + encodeURIComponent(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
New:
h4. Problem {noformat} == Legacy checkUrl Line: 14 ---- checkUrl="'descriptorByName/hudson.plugins.mantis.MantisProjectProperty/checkRequired?value=' + encodeURIComponent(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
Summary | Original: [mantis] Migrate legacy checkUrl attributes in hudson/plugins/mantis/MantisProjectProperty/global.jelly | New: [mantis] Migrate legacy checkUrl attribute in hudson/plugins/mantis/MantisProjectProperty/global.jelly |