[jboss-jira] [JBoss JIRA] (JBWEB-291) Add org.apache.catalina.connector.Request.asyncTimeout parameter

Ron Sigal (JIRA) issues at jboss.org
Wed Mar 5 16:17:33 EST 2014


Ron Sigal created JBWEB-291:
-------------------------------

             Summary: Add org.apache.catalina.connector.Request.asyncTimeout parameter
                 Key: JBWEB-291
                 URL: https://issues.jboss.org/browse/JBWEB-291
             Project: JBoss Web
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
            Reporter: Ron Sigal
            Assignee: Remy Maucherat
            Priority: Minor


Resteasy has a @Suspend parameter that gives an asynchronous timeout value when it has a parameter, e.g., @Suspend(10000).  If it has no parameter, then the default asynchronous timeout of the container is used.  For example, Jetty 8 has a default value of 30000.  But JBoss Web has a default value of -1, so that an asynchronous request never times out.  

I've set the priority of this issue to Minor, since it affects only one of our test cases.  Someone else might need it for a real application, though.

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