[jboss-jira] [JBoss JIRA] (WFLY-3295) AsyncContext#start runs in caller thread
Philippe Marschall (JIRA)
issues at jboss.org
Sun Apr 27 08:24:33 EDT 2014
Philippe Marschall created WFLY-3295:
----------------------------------------
Summary: AsyncContext#start runs in caller thread
Key: WFLY-3295
URL: https://issues.jboss.org/browse/WFLY-3295
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web (Undertow)
Affects Versions: 8.1.0.CR1
Reporter: Philippe Marschall
Assignee: Stuart Douglas
{{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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list