File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ were left unconsumed.
4444
4545### Request interceptor
4646
47- The [ RestController] accepts a ` RestInterceptor ` that can intercept [ RestRequest] s and add additional pre-handling. A single
48- [ RestServerActionPlugin] can provide a [ RestInterceptor] implementation, through which all requests are passed. The
47+ The [ RestController] accepts a [ RestInterceptor] that can intercept [ RestRequest] s and add additional pre-handling. A single
48+ [ 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
5050that require [ operator privileges] , populate the [ audit logs] and perform some additional authentication when required.
5151
You can’t perform that action at this time.
0 commit comments