Currently the page callback used to change the rss page to NOT FOUND is drupal_not_found().

$items['rss.xml']['page callback'] = 'drupal_not_found';

This works in the external point of view but is not a proper approach originally. It's better to use a page callback function which returns MENU_NOT_FOUND instead.

Comments

hgoto created an issue. See original summary.

hgoto’s picture

This is a patch.

  • hgoto committed 30737c9 on 7.x-2.x
    Issue #2902541 by hgoto: Replace the page callback "drupal_not_found()"...
hgoto’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.