[JIRA] (JENKINS-59783) Invalid XML in RSS-feed (link element not closed)

0 views
Skip to first unread message

cloudyster@gmail.com (JIRA)

unread,
Oct 15, 2019, 3:57:03 AM10/15/19
to jenkinsc...@googlegroups.com
Marc Cloud created an issue
 
Jenkins / Bug JENKINS-59783
Invalid XML in RSS-feed (link element not closed)
Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 2019-10-15 07:56
Environment: OS: RHEL6
Jenkins 2.194
Java: OpenJDK 64-Bit Server VM (build 25.201-b09, mixed mode)
Priority: Major Major
Reporter: Marc Cloud

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 element inside entry is not closed

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

cloudyster@gmail.com (JIRA)

unread,
Oct 15, 2019, 3:59:04 AM10/15/19
to jenkinsc...@googlegroups.com
Marc Cloud updated an issue
Change By: Marc Cloud
RSS-Feed contaions invalid XML

curl [http://jenkins:9090/job/some-library/rssChangelog] results in the following xml (some entries deleted)
{code:java}

<?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>
{code}
the *link* 
element inside entry is elements are not closed

dbeck@cloudbees.com (JIRA)

unread,
Oct 15, 2019, 4:34:07 AM10/15/19
to jenkinsc...@googlegroups.com
Daniel Beck closed an issue as Not A Defect
 

Cool story bro.

https://jenkins.io/changelog/#v2.196

Change By: Daniel Beck
Status: Open Closed
Resolution: Not A Defect

dbeck@cloudbees.com (JIRA)

unread,
Oct 15, 2019, 4:35:02 AM10/15/19
to jenkinsc...@googlegroups.com
Daniel Beck edited a comment on Bug JENKINS-59783
 
Re: Invalid XML in RSS-feed (link element not closed)
Cool story bro.

Fixed weeks ago in [https://jenkins.io/changelog/#v2.196]

Please do not file reports against outdated releases, or at a minimum, check the changelog.
Reply all
Reply to author
Forward
0 new messages