Uses of Package
com.broadleafcommerce.oauth2.resource.security.exception
Packages that use com.broadleafcommerce.oauth2.resource.security.exception
-
Classes in com.broadleafcommerce.oauth2.resource.security.exception used by com.broadleafcommerce.oauth2.resource.security.autoconfigurationClassDescriptionThere is an open issue in Spring where methods annotated with
@PreAuthorize
correctly throw anAccessDeniedException
, but it is not passed throughExceptionTranslationFilter
and thus results in a 500 response rather than a 403.