If any node url is accessed which is non-existent with Fast_404 module enabled with this setting on -
$settings['fast404_path_check'] = TRUE,
http://site_url/node/some_random_nid, (http://test.com/node/111111)
then Fast_404 doesn't work here. It loads theme for the site and drupal's default 404 is shown and not Fast_404's page.
Note - In this scenario, pathauto module is disabled.

Comments

renukakulkarni created an issue. See original summary.

gun_dose’s picture

The same situation in 7-x version

sonnykt’s picture

gg4’s picture

Version: 8.x-1.0-alpha2 » 8.x-1.x-dev
Priority: Major » Normal

@sonnnykt, #2930381: Subscribe to NotFoundHttpException event solves this in a different way, but I think that might be preferable to doing the node/:id check in Fast404::pathCheck() as this issues is reporting. Will leave this open to see if others want to weigh in.

hanoii’s picture

I am also interested in a fix for this for d7. I am surprised not to have found another issue mentioning this.

gg4’s picture

Issue tags: +Needs tests
gg4’s picture

Version: 8.x-1.x-dev » 8.x-2.x-dev