Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-74305

[weblogic-deployer-plugin] Extract inline event handler in org/jenkinsci/plugins/deploy/weblogic/data/DeploymentTask/task.jelly

XMLWordPrintable

      Problem

      == Inline Event Handler
      Line: 41
      ----
      <f:textbox value="${it.jdk.name}" default="${descriptor.jdkSelected}" 
      				onFocus="this.onChange();"
      				onChange="completeJdkhome(this.value, 'jdkHome-${it.id}');"
      				onKeyPress="this.onchange();" 
      				onPaste="this.onchange();" 
      				onInput="this.onchange();"
      				 />
      ----
      

      Solution

      https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers

            Unassigned Unassigned
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: