Skip to content

Issue #3469875 - Private Files and admin routes

Because the Admin Routes and Paths plugins have the same weight, in some environments, Admin Routes comes first and causes 404 Not Found errors for private files regardless of what is in the Paths configuration. This change ensures that Admin Routes will come after Paths, so that adding /system/files/* to the Paths list will have the intended effect.

Closes #3469875

Merge request reports

Loading