-
Bug
-
Resolution: Fixed
-
Major
-
None
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.
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.