wrong content type in rss.jsp

Description

The rss is display in plain text instead of having the content type set to text/xml

I won´t call it fix but the following resolves the issue that some rss readers don´t understand the xml rss...

— rss.jsp 2010-07-15 11:07:09.000000000 +0200
+++ rss.jsp.xml 2010-07-15 11:07:56.000000000 +0200
@@ -39,7 +39,7 @@

--%><%@page
language="java"

  • contentType="text/plain"
    + contentType="text/xml"
    session="true"
    import="org.opennms.web.rss.*"
    %><%!

Environment

Operating System: All Platform: PC

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Seth Leger December 3, 2014 at 5:11 PM

Fixed content type (I used application/rss+xml instead of text/xml based on some googling) and myriad other issues in the RSS feeds. Marking as fixed.

commit 5c293138ba04c54e7678680b14ca5d92a9cea253

Seth Leger December 3, 2014 at 3:42 PM

Working on this as part of UI updates for 15.

Fixed

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

PagerDuty

Created July 15, 2010 at 5:13 AM
Updated April 7, 2015 at 3:04 PM
Resolved December 3, 2014 at 5:11 PM