We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695829c commit 20b9f2dCopy full SHA for 20b9f2d
user_guide_src/source/incoming/filters.rst
@@ -132,7 +132,7 @@ They are special filters that are applied to every request made by the
132
framework. They are applied before and after other kinds of filters that are
133
explained below.
134
135
-.. note:: The Required Filters are always executed even if a route does not exist.
+.. note:: The Required Filters are always executed. However, if the route does not exist, only the Before Filter is executed.
136
137
You should take care with how many you use here, since it could have performance
138
implications to have too many run on every request. But the filters set by default
0 commit comments