Skip to content

Commit

Permalink
bugfix: remove exception from registered features
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Mar 23, 2024
1 parent 7512358 commit 486c611
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ public class ShiroFeature implements Feature {

@Override
public boolean configure(FeatureContext context) {

context.register(UnauthorizedExceptionExceptionMapper.class);
context.register(UnauthenticatedException.class);
context.register(SubjectPrincipalRequestFilter.class);
context.register(ShiroAnnotationFilterFeature.class);

Expand Down

0 comments on commit 486c611

Please sign in to comment.