Package com.broadleafcommerce.oauth2.resource.security.exception
package com.broadleafcommerce.oauth2.resource.security.exception
-
ClassesClassDescriptionThere 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.