Skip to content

Commit 0d3c3b1

Browse files
docs: update note about required filters (#9298)
* docs: update note about required filters * Update user_guide_src/source/incoming/filters.rst Co-authored-by: John Paul E. Balandan, CPA <[email protected]> --------- Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent 8cf0fa1 commit 0d3c3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ They are special filters that are applied to every request made by the
132132
framework. They are applied before and after other kinds of filters that are
133133
explained below.
134134

135-
.. note:: The Required Filters are always executed even if a route does not exist.
135+
.. note:: The Required Filters are always executed. However, if the route does not exist, only the Before Filters are executed.
136136

137137
You should take care with how many you use here, since it could have performance
138138
implications to have too many run on every request. But the filters set by default

0 commit comments

Comments
 (0)