-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 8.1.0.CR1
-
Fix Version/s: 8.1.0.CR2, 8.1.0.Final
-
Component/s: Web (Undertow)
-
Labels:None
-
Forum Reference:
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.