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

Invalid XML in RSS-feed (link element not closed)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • core
    • None
    • OS: RHEL6
      Jenkins 2.194
      Java: OpenJDK 64-Bit Server VM (build 25.201-b09, mixed mode)

      RSS-Feed contaions invalid XML

      curl http://jenkins:9090/job/some-library/rssChangelog results in the following xml (some entries deleted)

      <?xml version="1.0" encoding="UTF-8"?>
      
      <feed xmlns="http://www.w3.org/2005/Atom">
         <title>some-library</title>
         <link rel="alternate" type="text/html" href="http://jenkins:9090/job/some-library/changes">
         <updated>2019-10-15T07:10:15Z</updated>
         <author>
            <name>Jenkins Server</name>
         </author>
         <id>urn:uuid:903deee0-7bfa-11db-9fe1-0800200c9a66</id>
         <entry>
            <title>#1206 checkstyle settings for idea added</title>
            <link rel="alternate" type="text/html"
                 href="http://jenkins:9090/job/some-library/1206/changes#detail0">
            <id>job/some-library/1206/changes#detail0</id>
            <published>2019-10-15T07:10:15Z</published>
            <updated>2019-10-15T07:10:15Z</updated>
            <content>.idea/checkstyle-idea.xml
            </content>
         </entry>
      </feed>
      

      the link elements are not closed

            Unassigned Unassigned
            cloudyster Marc Cloud
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: