You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Shiva Kumar H R (JIRA)" <ji...@apache.org> on 2009/08/24 19:27:59 UTC

[jira] Created: (WINK-148) Add JAX-RS Provider to support HTTP header type="application/rss+xml"

Add JAX-RS Provider to support HTTP header type="application/rss+xml"
---------------------------------------------------------------------

                 Key: WINK-148
                 URL: https://issues.apache.org/jira/browse/WINK-148
             Project: Wink
          Issue Type: Sub-task
          Components: Common
    Affects Versions: 0.2
            Reporter: Shiva Kumar H R
            Assignee: Shiva Kumar H R
             Fix For: 0.2




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WINK-148) Add JAX-RS Provider to support HTTP header type="application/rss+xml"

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shiva Kumar H R reassigned WINK-148:
------------------------------------

    Assignee:     (was: Shiva Kumar H R)

> Add JAX-RS Provider to support HTTP header type="application/rss+xml"
> ---------------------------------------------------------------------
>
>                 Key: WINK-148
>                 URL: https://issues.apache.org/jira/browse/WINK-148
>             Project: Wink
>          Issue Type: Sub-task
>          Components: Common
>    Affects Versions: 0.2
>            Reporter: Shiva Kumar H R
>             Fix For: 0.2
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WINK-148) Add JAX-RS Provider to support HTTP header type="application/rss+xml"

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shiva Kumar H R closed WINK-148.
--------------------------------


> Add JAX-RS Provider to support HTTP header type="application/rss+xml"
> ---------------------------------------------------------------------
>
>                 Key: WINK-148
>                 URL: https://issues.apache.org/jira/browse/WINK-148
>             Project: Wink
>          Issue Type: Sub-task
>          Components: Common
>    Affects Versions: 0.2
>            Reporter: Shiva Kumar H R
>            Assignee: Shiva Kumar H R
>             Fix For: 0.2
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WINK-148) Add JAX-RS Provider to support HTTP header type="application/rss+xml"

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shiva Kumar H R resolved WINK-148.
----------------------------------

    Resolution: Invalid

This isn't needed.

I had misread what is said in http://www.rssboard.org/rss-autodiscovery . The RSS documents are never served with a content type of "application/rss+xml". All the above page says is that the Feeds's HTML page may include a <link rel="alternate" type="application/rss+xml" title="..." href="..."> element inside its <head> element and this will let browsers auto-discover the associated feed.

To confirm that RSS feeds are not served with a content type of "application/rss+xml", I observed (using Firefox's Poster) the content type of some RSS feeds as shown below:

1) RSS Advisory Board http://feeds.rssboard.org/rssboard
    Content-Type = text/xml; charset=UTF-8

2) ESPN.com http://sports.espn.go.com/espn/rss/news
    Content-Type = text/xml; charset=iso-8859-1

3) RSS feed for The Frontline http://newsrack.in/crawled.feeds/frontline.rss.xml
    Content-Type = application/xml

4) Business Today news http://businesstoday.intoday.in/rssforallsec.php?issueid=14
    Content-Type = application/xml; charset=ISO-8859-1; filename=feed_14.xml

5) India Together - The news in proportion http://www.indiatogether.org/rss/home.xml
    Content-Type = text/xml

6) Down To Earth http://www.downtoearth.org.in/rss.xml
    Content-Type = text/xml

7) GoodNewsIndia http://goodnewsindia.com/index.php/Supplement/rss/
    Content-Type = text/xml; charset=utf-8

8) RSS feed for Navbharat Times http://newsrack.in/crawled.feeds/nbt.rss.xml
    Content-Type = application/xml

9) RSS feed for Kannada Prabha http://newsrack.in/crawled.feeds/kp.rss.xml
    Content-Type = application/xml

10) The Telegraph - Calcutta (Kolkata) - Frontpage http://www.telegraphindia.com/feeds/rss.jsp?id=3
    Content-Type = application/xml; charset=iso-8859-1

11) Sify.com News http://sify.com/rss/news.php
    Content-Type = text/html

12) Doordarshan http://www.ddinews.gov.in/rssCMS/
    Content-Type = text/xml; charset=utf-8

13) Business Line - Industry & Economy http://www.thehindubusinessline.com/rss/03hdline.xml
    Content-Type = application/xml

14) The Hindu - Friday Review - Bangalore http://www.hindu.com/rss/frbanghdline.xml
    Content-Type = application/xml

15) news.indiainfo.com http://rss.indiainfo.com/news.xml
    Content-Type = text/xml

16) rediff Movies http://www.rediff.com/rss/moviesrss.xml
    Content-Type = application/xml

18) Hindustan Times News Feeds 'World' http://www.hindustantimes.com/RSSFeed/RssFeed.ashx?c=World
    Content-Type = text/xml

19) The Times of India http://timesofindia.indiatimes.com/rssfeedsdefault.cms
    Content-Type = text/xml

20) http://www-01.ibm.com/software/support/rss/websphere/2359.xml?rss=s2359&ca=rsswebsphere
    Content-Type =  application/xml

http://newsrack.in/extras/known-indian-feeds has a list of some known RSS Feeds.

> Add JAX-RS Provider to support HTTP header type="application/rss+xml"
> ---------------------------------------------------------------------
>
>                 Key: WINK-148
>                 URL: https://issues.apache.org/jira/browse/WINK-148
>             Project: Wink
>          Issue Type: Sub-task
>          Components: Common
>    Affects Versions: 0.2
>            Reporter: Shiva Kumar H R
>            Assignee: Shiva Kumar H R
>             Fix For: 0.2
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WINK-148) Add JAX-RS Provider to support HTTP header type="application/rss+xml"

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shiva Kumar H R reassigned WINK-148:
------------------------------------

    Assignee: Shiva Kumar H R

> Add JAX-RS Provider to support HTTP header type="application/rss+xml"
> ---------------------------------------------------------------------
>
>                 Key: WINK-148
>                 URL: https://issues.apache.org/jira/browse/WINK-148
>             Project: Wink
>          Issue Type: Sub-task
>          Components: Common
>    Affects Versions: 1.0
>            Reporter: Shiva Kumar H R
>            Assignee: Shiva Kumar H R
>             Fix For: 1.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.