Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update note about required filters #9298

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user_guide_src/source/incoming/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ They are special filters that are applied to every request made by the
framework. They are applied before and after other kinds of filters that are
explained below.

.. 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.
michalsn marked this conversation as resolved.
Show resolved Hide resolved

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