[
https://issues.jboss.org/browse/JBWEB-256?page=com.atlassian.jira.plugin....
]
Remy Maucherat resolved JBWEB-256.
----------------------------------
Resolution: Rejected
The throws clause says it will throw an ISE if called multiple times without dispatching
in between.
Feel free to seek further clarification from the specification expert groups if you like.
startAsync() cannot be called multiple times
--------------------------------------------
Key: JBWEB-256
URL:
https://issues.jboss.org/browse/JBWEB-256
Project: JBoss Web
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Tomcat
Reporter: Richard Opalka
Assignee: Remy Maucherat
Fix For: JBossWeb-7.2.0.Beta1
According to startAsync() javadoc:
http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html#sta...
the startAsync method can be called multiple times. This is not
possible with JBossWeb 7.2.0.Alpha5, because in:
org.apache.catalina.connector.Request.startAsync(ServletRequest,ServletResponse)
is line:
{code}
canStartAsync = false;
{code}
preventing multiple calls of this method.
--
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