Matt Sicker created LOG4J2-708: ---------------------------------- Summary: Servlet filter claims to support async but doesn't use AsyncContext Key: LOG4J2-708 URL: https://issues.apache.org/jira/browse/LOG4J2-708 Project: Log4j 2 Issue Type: Bug Affects Versions: 2.0-rc2 Environment: Servlet 3.0 (Tomcat 7, Jetty 8) or higher Reporter: Matt Sicker
In log4j-web, when the ServletContainerInitializer adds the Log4j Filter, it sets the asyncSupported property to true. However, it's still a synchronous Filter. A separate asynchronous Filter should be made for Servlet 3.x support that doesn't break Servlet 2.x. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org