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

Clearcase changelog not displaying correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • clearcase-plugin, core

      The clearcase changelog is no longer correctly displayed.

      All comments are concatenated into one line.

      • An end of line is changed to <br> and when looking at html source it contains <br>
      • changelog.xml contains &quot and &quot appears in source html  ( can be fixed by modifying changelog.xml changing &quot to " ) 

      Original ( in changelog.xml )

      <user>myUserName</user>
      <comment>My Change Comment
      the second line of my comment

      </comment>

       

      Jenkins Job - Recent Changes

      #1234 ( Apr 10, 2019 ...)

      1. myUserName  detail My Change Comment*<br>the second line of my comment<br>*

       

      html page source

      class="changeset-message"><b>1. <a href="/jenkins/user/myUser/">myUserName</a> on 16/04/2019 13:22:59</b><br />
      My Change Comment*<br>the second line of my comment <br>*

      ( The display of the actual text is converted - the text contains
      amp lt;br>
      even here the <br> is converted ) - edit to see input text

      I can't remember when it first happened, could have been the change from http to https

      Could also be the configuration of the ReverseProxy 

       

            praqma Praqma Support
            sgjenkins Steve Graham
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: