Skip to content

Commit 7847c05

Browse files
docs(request-lifecycle) add global filters info
1 parent b03f48b commit 7847c05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/faq/request-lifecycle.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@ In general, the request lifecycle looks like the following:
8686
18. Global interceptor (post-request)
8787
19. Exception filters (route, then controller, then global)
8888
20. Server response
89+
90+
#### Global Filters
91+
92+
> info **Hint** When using a Catch-Everything filter as a global filter, it should be configured before any other global specific filters, otherwise the Cach-Everything filter will catch all types regardless of a more targetted filter existing. See #9696 for details.
93+
94+

0 commit comments

Comments
 (0)