https://bz.apache.org/bugzilla/show_bug.cgi?id=65757
Bug ID: 65757 Summary: Async WriteListener#onWritePossible never called Product: Tomcat 9 Version: 9.0.x Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: crankydi...@gmail.com Target Milestone: ----- If the servlet 3.1 async WriteListener is registered on the correct context but on a container thread other than the one that spanwed the request (or maybe even if on same thread but after context.end is called), then WriteListener#onWritePossible is never called. This was originally reported https://www.mail-archive.com/users@tomcat.apache.org/msg124043.html and repeated asked again by me at https://mail.google.com/mail/u/0/#inbox/KtbxLxGcBcrfltMWNvZcJHFJLdbkfFWJdq. Our scenario involves RestEasy and many layers, but we're 99% sure we are experiencing the same issue Violeta reported. >From what I can tell her test is also a pretty good reproducer. I could make a few tweaks, but if it's good enough, I don't want to change it. -- 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