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

l:breakable mishandles HTML metacharacters

XMLWordPrintable

      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 &lt;ha ha>

      and then breakableString produces

      Crazy <wbr>&lt<wbr>;ha ha>

      which is of course wrong.

            olivergondza Oliver Gondža
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: