-
Bug
-
Resolution: Fixed
-
Trivial
-
None
Clover icon (shown on project configuration page near "Automatically record and report Code Coverage using Clover.." text) can have wrong path on some containers. It's missing context path. Patch is attached.
ops, I've missed that ICON is static final
, so the patched I proposed is not the correct fix of this bug. Unfortunately, Hudson uses servlet-api 2.4, which means that e.g. Hudson.getInstance().servletContext.getContextPath() cannot be used...