Dmitry Kandalov
04/03/2024, 4:23 PMLogAllExceptionsFilter
needs to log the current user which is added by AuthenticationFilter
, then how do you make sure exceptions thrown by AuthenticationFilter
are handled properly? I mean if AuthenticationFilter
comes first, its exceptions are not handled by LogAllExceptionsFilter
. If LogAllExceptionsFilter
comes first, it won’t have the current user.dave
04/03/2024, 5:24 PMDmitry Kandalov
04/04/2024, 9:17 AMDmitry Kandalov
04/04/2024, 9:20 AMdave
04/04/2024, 9:21 AMDmitry Kandalov
04/04/2024, 9:21 AMdave
04/04/2024, 9:21 AMdave
04/04/2024, 9:22 AMDmitry Kandalov
04/04/2024, 9:22 AMDmitry Kandalov
04/04/2024, 9:23 AM