Description of problem: weblogic provides post timeout to prevent DoS [1]. But EAP has no such feature/option. [1] http://docs.oracle.com/cd/E17904_01/web.1111/e13701/web_server.htm#i1059782 Version-Release number of selected component (if applicable): EAP 6.x How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Stuart Douglas <stuart.w.douglas> updated the status of jira WFLY-3797 to Resolved
In fact there isn't a specific timeout for POST. You can use org.apache.coyote.http11.DEFAULT_DISABLE_UPLOAD_TIMEOUT (default = true) and set org.apache.coyote.http11.DEFAULT_CONNECTION_TIMEOUT (default = 60 seconds), then the POST timeout is going to be connection timeout.
Closing as this is an RFE, it is implemented in EAP 7 via Undertow WFLY-3797 For EAP 6, use the workaround https://bugzilla.redhat.com/show_bug.cgi?id=1016936#c2