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

RSS and Atom feeds do not contain an XML header

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      An XML parser that is expecting a well formed document will not parse Hudson's
      RSS or Atom feeds because they do not start with something like:

      <?xml version="1.0" encoding="UTF-8"?>

      For example, this breaks Rome.

      The fix would be to add this line to core/src/main/resources/hudson/atom.jelly
      and rss20.jelly in the appropriate place.

          [JENKINS-4080] RSS and Atom feeds do not contain an XML header

          Alan Harder added a comment -

          started

          Alan Harder added a comment - started

          Code changed in hudson
          User: : mindless
          Path:
          trunk/hudson/main/core/src/main/resources/hudson/atom.jelly
          trunk/hudson/main/core/src/main/resources/hudson/rss20.jelly
          http://fisheye4.cenqua.com/changelog/hudson/?cs=20777
          Log:
          [FIXED JENKINS-4080] add xml header on rss/atom feeds

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : mindless Path: trunk/hudson/main/core/src/main/resources/hudson/atom.jelly trunk/hudson/main/core/src/main/resources/hudson/rss20.jelly http://fisheye4.cenqua.com/changelog/hudson/?cs=20777 Log: [FIXED JENKINS-4080] add xml header on rss/atom feeds

            mindless Alan Harder
            ben_kelley ben_kelley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: