From a6006b085eda15056dff813849f4bc64c660aa76 Mon Sep 17 00:00:00 2001 From: Nitya Date: Thu, 13 Aug 2026 15:14:36 +0530 Subject: [PATCH] chore: remove unused logdispatch.handled attribute --- .../java/in/maheshlangote/logdispatch/LogDispatchAspect.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/in/maheshlangote/logdispatch/LogDispatchAspect.java b/src/main/java/in/maheshlangote/logdispatch/LogDispatchAspect.java index 83b5e5b..618fa6e 100644 --- a/src/main/java/in/maheshlangote/logdispatch/LogDispatchAspect.java +++ b/src/main/java/in/maheshlangote/logdispatch/LogDispatchAspect.java @@ -62,7 +62,6 @@ public void handleControllerException(JoinPoint joinPoint, Throwable ex) { if (attributes != null) { HttpServletRequest request = attributes.getRequest(); path = request.getRequestURI(); - request.setAttribute("logdispatch.handled", true); } } catch (Exception ignored) {}