Bug 1059557
| Summary: | [GSS] (6.4.x) JBossWeb disableUploadTimeout and connectionUploadTimeout are not configurable in EAP 6 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Masafumi Miura <mmiura> | ||||
| Component: | Web | Assignee: | Rémy Maucherat <rmaucher> | ||||
| Status: | CLOSED EOL | QA Contact: | Peter Mackay <pmackay> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.2.0 | CC: | aogburn | ||||
| 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: | 2019-08-19 12:47:15 UTC | Type: | Enhancement | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Masafumi Miura
2014-01-30 07:45:41 UTC
Created attachment 857368 [details]
jbossweb-upload-timeout.patch / potential patch
I attached a potential patch (jbossweb-upload-timeout.patch).
I added two new system properties:
- "org.apache.coyote.http11.DEFAULT_DISABLE_UPLOAD_TIMEOUT" for disableUploadTimeout
- "org.apache.coyote.http11.DEFAULT_CONNECTION_UPLOAD_TIMEOUT" for connectionUploadTimeout
The patch does not look very good actually. This will have to be pushed back to the next release [6.4] to adjust things, in particular in the NIO2 connector. |