Skip to content

Commit

Permalink
Fix typo in architecture.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
prufrock authored and sjohnr committed Dec 7, 2023
1 parent 9564383 commit 4f6a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/servlet/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ To do that, you can configure your application to <<servlet-logging,log the secu
[[adding-custom-filter]]
=== Adding a Custom Filter to the Filter Chain

Mostly of the times, the default security filters are enough to provide security to your application.
Most of the time, the default security filters are enough to provide security to your application.
However, there might be times that you want to add a custom `Filter` to the security filter chain.

For example, let's say that you want to add a `Filter` that gets a tenant id header and check if the current user has access to that tenant.
Expand Down

0 comments on commit 4f6a4d6

Please sign in to comment.