Clearcase changelog not displaying correctly

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major
    • Component/s: clearcase-plugin, core
    • Environment:

      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 

       

            Assignee:
            Praqma Support
            Reporter:
            Steve Graham
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: