Menu

#304 RSS: Sourceforge RSS feeds not loading.

version 2.x
closed-fixed
nobody
RSS (9)
7
2008-07-23
2008-07-18
Adam Franco
No

Sourceforge exports RSS 2.0 feeds, but these aren't working in the feed-display plugin.

Example:
http://sourceforge.net/export/rss2_projnews.php?group_id=82171&rss_fulltext=1

Discussion

  • Adam Franco

    Adam Franco - 2008-07-21

    Logged In: YES
    user_id=789554
    Originator: YES

    The issue seems to be that on the production server, the url-encoded question mark is being treated as an actual question mark and the string following it is (improperly) being added to the query string.

    Not sure how to fix this. Need to investigate further.

     
  • Adam Franco

    Adam Franco - 2008-07-23

    Logged In: YES
    user_id=789554
    Originator: YES

    We can't seem to find any way to fix this in Apache 2.2.3. Will do a work-around in Segue/Harmoni.

     
  • Adam Franco

    Adam Franco - 2008-07-23

    Logged In: YES
    user_id=789554
    Originator: YES

    In Harmoni:
    Request: PathInfoRequest handler now replaces encoded question marks "%3F" with a "_quest_" placeholder to get around an issue with Apache's mod_rewrite accidentally decoding encoded question marks in some situations. This solution works whether or not mod_rewrite is used.

     
  • Adam Franco

    Adam Franco - 2008-07-23
    • status: open --> closed-fixed
     

Log in to post a comment.