Closed (fixed)
Project:
Drupal core
Version:
main
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2026 at 03:34 UTC
Updated:
12 Mar 2026 at 09:30 UTC
Jump to comment: Most recent
At #3571596-7: Remove authorize.php related Twig and CSS from stable9, @dcam pointed out that there's 1 more lingering reference to "authorize.php" in our code:
https://git.drupalcode.org/project/drupal/-/blob/main/core/lib/Drupal/Co...
Seems bad scope to remove that in the other issue, so I'm splitting it off to here.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dwwMR is up. I credited @dcam at the contribution record.
Comment #4
dcam commentedIt took me a few minutes to verify my earlier assertion that this is the last reference to authorize.php. PHPStorm's search index hadn't updated properly and was reporting different results from grep. I had to chase down phantom search results, then restart to refresh it.
Anyway, this really is it from what I can tell (aside from the stable9 theming removal issue). This looks good to me.
Comment #5
dwwI also did some manual recursive grep and also didn't find any more references...
Comment #6
catchCommitted/pushed to main, thanks!
Well done both adding and removing the entire subsystem!