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

Web Server XSS filter prevents Java Warnings, Checkstyle, FindBugs and PMD icons from being displayed

      Our third party Web Server, which has XSS filter enabled, is preventing the icons for Java Warnings, Checkstyle, FindBugs and PMD links from displaying properly. This is because there is a double slash in the icon's URL:

      http://mybuildserver/jenkins/static/7c13bfa8//plugin/warnings/icons/java-24x24.png
      http://mybuildserver/jenkins/static/7c13bfa8//plugin/checkstyle/icons/checkstyle-24x24.png
      http://mybuildserver/jenkins/static/7c13bfa8//plugin/findbugs/icons/findbugs-24x24.png
      http://mybuildserver/jenkins/static/7c13bfa8//plugin/pmd/icons/pmd-24x24.png

      I am able to display the icons in the Internet Explorer if I remove the extra slash from the URL.

          [JENKINS-23677] Web Server XSS filter prevents Java Warnings, Checkstyle, FindBugs and PMD icons from being displayed

          Code changed in jenkins
          User: Ulli Hafner
          Path:
          src/main/java/hudson/plugins/analysis/core/AbstractProjectAction.java
          http://jenkins-ci.org/commit/analysis-core-plugin/a628f770e6644f9ffcea40273272a944f527c45d
          Log:
          [FIXED JENKINS-23677] Removed leading slash from image URL.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Ulli Hafner Path: src/main/java/hudson/plugins/analysis/core/AbstractProjectAction.java http://jenkins-ci.org/commit/analysis-core-plugin/a628f770e6644f9ffcea40273272a944f527c45d Log: [FIXED JENKINS-23677] Removed leading slash from image URL.

          Pavel Saab added a comment -

          When will you make the fix available for the download?

          Pavel Saab added a comment - When will you make the fix available for the download?

            drulli Ulli Hafner
            pavelsaab Pavel Saab
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: