Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
1.0.10
-
None
Description
The ch.qos.logback.access.tomcat.LogbackValve is not async-supported.
When it is configured in my tomcat/conf/server.xml,My asyncServlet will not work.
I have found org.apache.catalina.valves.AccessLogValve is using super(true) in its default constructor to support async servlet.