https://issues.apache.org/bugzilla/show_bug.cgi?id=57284

            Bug ID: 57284
           Summary: When in async mode and calling it from another thread,
                    chain.doFilter() throws NPE
           Product: Tomcat 7
           Version: 7.0.56
          Hardware: PC
               URL: https://github.com/circlespainter/servlet3-filter-asyn
                    c-test
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: ftud...@libero.it

Also happens in 7.0.57 and 8.0.15.

Exception in thread "Thread-1" java.lang.NullPointerException
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:258)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at servlet.thread.ThreadFilter$1.run(ThreadFilter.java:60)
        at java.lang.Thread.run(Thread.java:745)

Complete (Gradle-based) test here:
https://github.com/circlespainter/servlet3-filter-async-test

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to