Menu

#2840 RSS file not found causes 500

closed-fixed
RSS (110)
3
2004-04-13
2004-04-09
Jay Bonci
No

If you go to an rss feed that isn't found, such as
http://slashdot.org/poof.rss, the server throws a 500,
instead of the expected 404.

--jay

Discussion

  • Chris Nandor

    Chris Nandor - 2004-04-09

    Logged In: YES
    user_id=3660

    Weird. And I see no error in the logs, of course.

     
  • Jamie McCarthy

    Jamie McCarthy - 2004-04-10

    Logged In: YES
    user_id=3889

    Must be an apache config problem?

     
  • Chris Nandor

    Chris Nandor - 2004-04-12
    • status: open --> open-fixed
     
  • Chris Nandor

    Chris Nandor - 2004-04-12

    Logged In: YES
    user_id=3660

    Fixed (though not live). Problem is in Apache::Compress; if it cannot
    open the file, it throws a SERVER_ERROR instead of NOT_FOUND. So I
    added a Slash::Custom::ApacheCompress, which inherits from Apache::
    Compress (well, in theory; there's only one method in Apache::Compress
    right now, and it is overridden in Slash::Custom::ApacheCompress).

     
  • Chris Nandor

    Chris Nandor - 2004-04-12
    • assigned_to: pudge --> cmdrtaco
     
  • Rob Malda

    Rob Malda - 2004-04-13
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.