[jboss-jira] [JBoss JIRA] (JBWEB-260) Asynchronous Servlet: AsyncContext.dispatch() to jsp causes endless loop
Remy Maucherat (JIRA)
jira-events at lists.jboss.org
Wed Jan 23 05:28:47 EST 2013
[ https://issues.jboss.org/browse/JBWEB-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749833#comment-12749833 ]
Remy Maucherat commented on JBWEB-260:
--------------------------------------
After looking at the specification again, I didn't pay enough attention at what happens after a runnable, and the state is not right.
> Asynchronous Servlet: AsyncContext.dispatch() to jsp causes endless loop
> ------------------------------------------------------------------------
>
> Key: JBWEB-260
> URL: https://issues.jboss.org/browse/JBWEB-260
> Project: JBoss Web
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: JBossWeb-7.0.13.GA
> Environment: JBoss 7.1.1.GA
> Reporter: Christian Eichinger
> Assignee: Remy Maucherat
>
> The dispatching of an asynchronous servlet request to a JSP causes a loop. Before the completion of the asynchronous Servlet request it is re-issued to the Runnable calling AsyncContext.dispatch(). AsyncListener.onComplete() is not called.
--
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