Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav-b-7 committed Feb 18, 2022
1 parent 07c2987 commit 3137d25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class GateIdRbacInterceptor implements HandlerInterceptor {
@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler)
throws Exception {

log.info(
"Request intercepted for authorizing if the user is having enough access to perform the action");
applicationFeatureRbac.authorizeUserForGateId(
Expand Down

0 comments on commit 3137d25

Please sign in to comment.