TongWeb 采用异步servelt报错:Async support must be enabled on a servlet and for all filters involved in async request processing.
[2025-06-25 18:20:53 226] [INFO] [http-nio-0.0.0.0-8088-exec-2] [systemout] [2025-06-25 18:20:53.226 ERROR 13304 --- [0.0-8088-exec-2] o.s.b.w.servlet.support.ErrorPageFilter : Forwarding to error page from request [/async] due to exception [Async support must be enabled on a servlet and for all filters involved in async request processing. This is done in Java code using the Servlet API or by adding "<async-supported>true</async-supported>" to servlet and filter declarations in web.xml.]
java.lang.IllegalStateException: Async support must be enabled on a servlet and for all filters involved in async request processing. This is done in Java code using the Servlet API or by adding "<async-supported>true</async-supported>" to servlet and filter declarations in web.xml.
at org.springframework.util.Assert.state(Assert.java:76) ~[spring-core-5.3.9.jar:5.3.9]
at org.springframework.web.context.request.async.StandardServletAsyncWebRequest.startAsync(StandardServletAsyncWebRequest.java:112) ~[spring-web-5.3.9.jar:5.3.9]
at org.springframework.web.context.request.async.WebAsyncManager.startAsyncProcessing(WebAsyncManager.java:483) ~[spring-web-5.3.9.jar:5.3.9]
at org.springframework.web.context.request.async.WebAsyncManager.startDeferredResultProcessing(WebAsyncManager.java:463) ~[spring-web-5.3.9.jar:5.3.9]
[2025-06-26 09:44:13 789] [SEVERE] [http-nio-0.0.0.0-8088-exec-2] [core] [Servlet.service() for servlet [async0] in context with path [TC_examples] threw exception]
java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
at com.tongweb.catalina.connector.Request.startAsync(Request.java:1644)
at com.tongweb.catalina.connector.Request.startAsync(Request.java:1637)
at com.tongweb.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1031)
at async.Async0.service(Async0.java:48)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)