Skip to content

Commit a4561da

Browse files
committed
Emphasise that only one RestInterceptor can be configured
1 parent 52ddb10 commit a4561da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal/GeneralArchitectureGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ were left unconsumed.
4444

4545
### Request interceptor
4646

47-
The [RestController] accepts a `RestInterceptor` that can intercept [RestRequest]s and add additional pre-handling. The
47+
The [RestController] accepts a `RestInterceptor` that can intercept [RestRequest]s and add additional pre-handling. A single
4848
[RestServerActionPlugin] can provide a [RestInterceptor] implementation, through which all requests are passed. The
4949
[Security][Security#getRestHandlerInterceptor] plugin uses this capability to register an interceptor to authorize access to endpoints
5050
that require [operator privileges], populate the [audit logs] and perform some additional authentication when required.

0 commit comments

Comments
 (0)