|
@@ -4,6 +4,7 @@ import javax.servlet.http.HttpServletRequest;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
+import org.apache.logging.log4j.ThreadContext;
|
|
|
import org.springframework.http.HttpStatus;
|
|
|
import org.springframework.web.servlet.HandlerInterceptor;
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
@@ -180,6 +181,8 @@ public final class EnterpriseAccessInterceptor implements HandlerInterceptor {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
+ ThreadContext.put("CALLER", "ACCESS:" + rootOrgIdLong);
|
|
|
+
|
|
|
return true;
|
|
|
}
|
|
|
|