Hi, I've enabled fast_404_path_check() but comment URL returns a 404 error. More precisely if you need to moderate and manage comments from the /admin/content/comment UI, clicking on a comment (URL is something like /comment/CID#comment-CID or even /comment/CID) doesn't work. Instead the edit comment link works fine (/comment/CID/edit).

Thanks for the attention.

CommentFileSizeAuthor
#2 menu_paths_issue-1822900-2.patch2.68 KBJalandhar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

FiNeX’s picture

Same problem using comment_notify module: the disable notification url is intercepted by fast_404_path_check.

Jalandhar’s picture

Status: Active » Needs review
FileSize
2.68 KB

This module is not working fine for all the menu paths having %.

I have created a patch which will resolve this issue.

It works fine for all the menu paths having % in it.

hkirsman’s picture

Issue summary: View changes

I guess it would be good to redirect to the % issue here https://www.drupal.org/project/fast_404/issues/2005930 . The patch seems the same as in #2