You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to spring-projects/spring-framework#22462 (comment) - PrePostAdviceMethodInterceptor is limiting in its co-routine support in that to make it work it calls CoroutineUtils.invokeSuspendFunction instead of MethodInterceptor.proceed, effectively skipping downstream interceptors.
This can be addressed by ensuring that Spring Security's reactive method interceptor should come last.
Both the limitation and the workaround should be documented.