[jboss-jira] [JBoss JIRA] (JBWEB-260) Asynchronous Servlet: AsyncContext.dispatch() to jsp causes endless loop

Christian Eichinger (JIRA) jira-events at lists.jboss.org
Tue Jan 22 02:11:21 EST 2013


Christian Eichinger created JBWEB-260:
-----------------------------------------

             Summary: 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