Bug 1016936
| Summary: | [GSS](6.4.z) Need post timeout for EAP6 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Hisanobu Okuda <hokuda> |
| Component: | Web | Assignee: | Rémy Maucherat <rmaucher> |
| Status: | CLOSED NOTABUG | QA Contact: | Radim Hatlapatka <rhatlapa> |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.1.1 | CC: | bmaxwell, jclere, jdoyle, joallen, lywang, wili, yqu |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-22 21:45:48 UTC | Type: | Feature Request |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Hisanobu Okuda
2013-10-09 01:18:20 UTC
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 |