1 parent 6fceecb commit 84688bfCopy full SHA for 84688bf
1 file changed
README.md
@@ -577,7 +577,9 @@ OpenApiServer.builder()
577
578
Decorators run inside the interceptor's `ScopedValue` binding (the decorator transforms the
579
`Response` returned by `next.proceed()`, which is still on the call stack), so
580
-`CORRELATION_ID.get()` / `TENANT_ID.get()` see the bound values.
+`CORRELATION_ID.get()` / `TENANT_ID.get()` see the bound values. If a decorator throws, the
581
+exception propagates through any wrapping interceptors before reaching the `ExceptionFilter`, so
582
+interceptors that catch around `next.proceed()` will observe decorator failures.
583
584
A handler in this setup is just business logic:
585
0 commit comments