Skip to content

Commit 97c3f77

Browse files
committed
docs: add "valid"
Because controller filters are applied before controller execution. If there is no controller found, the filters are not applied.
1 parent 6e85e2c commit 97c3f77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

user_guide_src/source/incoming/filters.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ You should define as many aliases as you need.
119119
$globals
120120
========
121121

122-
The second section allows you to define any filters that should be applied to every request made by the framework.
122+
The second section allows you to define any filters that should be applied to every valid request made by the framework.
123+
123124
You should take care with how many you use here, since it could have performance implications to have too many
124125
run on every request.
125126

0 commit comments

Comments
 (0)