-
Bug
-
Resolution: Fixed
-
Major
If you give a project the display name Crazy <ha ha>, it is displayed as Crazy <;ha ha> (note the extra semicolon). This is because escape produces
Crazy <ha ha>
and then breakableString produces
Crazy <wbr><<wbr>;ha ha>
which is of course wrong.
- is blocking
-
JENKINS-17030 Display long job names without breaking Jenkins layout
-
- Resolved
-
Code changed in jenkins
User: Oliver Gondža
Path:
core/src/main/java/hudson/Functions.java
core/src/test/java/hudson/FunctionsTest.java
http://jenkins-ci.org/commit/jenkins/3f1f122ff415319b6408ab89f8b3ff0bf4da597d
Log:
[FIXED JENKINS-20928] l:breakable mishandles HTML metacharacters