Skip to content

Commit

Permalink
Update extensions/resteasy-reactive/rest/deployment/src/main/java/io/…
Browse files Browse the repository at this point in the history
…quarkus/resteasy/reactive/server/deployment/ResteasyReactiveCDIProcessor.java

Co-authored-by: Ladislav Thon <[email protected]>
  • Loading branch information
geoand and Ladicek authored Mar 20, 2024
1 parent 835a736 commit 546315b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ public void transform(TransformationContext ctx) {
if (serverExceptionMapper == null) {
return;
}
// we want to make sure that class level exception mappers do not run any interceptors (like security)
// we want to make sure that class level exception mappers do not run
// interceptors bound using class-level interceptor bindings (like security)
ctx.transform().add(DotNames.NO_CLASS_INTERCEPTORS).done();
}
}));
Expand Down

0 comments on commit 546315b

Please sign in to comment.