-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Legacy checkUrl Line: 8 ---- checkUrl="'${rootURL}/scm/SubversionReleaseSCM/svnRemoteLocationCheck?value='+encodeURIComponent(this.value)" ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation
[JENKINS-74336] [svn-partial-release-mgr] Migrate legacy checkUrl attribute in hudson/scm/SubversionReleaseSCM/config.jelly
Assignee | Original: Giannis Iliadis [ giliadis ] |
Description |
Original:
h4. Problems {noformat} == Legacy checkUrl Line: 8 ---- checkUrl="'${rootURL}/scm/SubversionReleaseSCM/svnRemoteLocationCheck?value='+encodeURIComponent(this.value)" ---- == Legacy checkUrl Line: 8 ---- checkUrl="'${rootURL}/scm/SubversionReleaseSCM/svnRemoteLocationCheck?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: 8 ---- checkUrl="'${rootURL}/scm/SubversionReleaseSCM/svnRemoteLocationCheck?value='+encodeURIComponent(this.value)" ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#legacy-javascript-checkurl-validation] |
Summary | Original: [svn-partial-release-mgr] Migrate legacy checkUrl attributes in hudson/scm/SubversionReleaseSCM/config.jelly | New: [svn-partial-release-mgr] Migrate legacy checkUrl attribute in hudson/scm/SubversionReleaseSCM/config.jelly |