-
Bug
-
Resolution: Done
-
Major
-
8.1.0.CR1
-
None
javax.servlet.AsyncContext.start(Runnable) seems to run the runnable in the caller thread. In order for this method to be useful it should be run in a different thread.
I'll attach a class to demonstrate the issue.