在项目中两者共存的情况下
对于post请求,在Aspect下AfterReturning的时候, 使用 joinPoint.getArgs()获取post参数,异常
It is illegal to call this method if the current request is not in asynchronous mode (i.e. isAsyncStarted() returns false)] with root cause java.lang.IllegalStateException: It is illegal to call this method if the current request is not in asynchronous mode (i.e. isAsyncStarted() returns false)
其中,重要的点在 Aspect WebLogAspect.getArgs(WebLogAspect.java:59),
之后再AuthFilter.doFilter(AuthFilter.java:63)
这个是什么原因呢