Bug 1059511
Summary: | [GSS] (6.4.x) keepAliveTimeout (org.apache.coyote.http11.DEFAULT_KEEP_ALIVE_TIMEOUT) setting does not take effect | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Masafumi Miura <mmiura> | ||||
Component: | Web | Assignee: | Rémy Maucherat <rmaucher> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Michael Cada <mcada> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.2.0 | CC: | jlee, pjelinek, pslavice | ||||
Target Milestone: | DR5 | ||||||
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: | Type: | Bug | |||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1138672, 1149776 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Masafumi Miura
2014-01-30 03:21:15 UTC
Created attachment 857325 [details]
jbossweb-keepalivetimeout.patch
Issue is still valid for the EAP 6.3.0.ER10. Source codes for the JBossWEB 7.4.8 don't contain patch from Comment 11 nor the possibility of setting disableUploadTimeout was added. Added in web using a new system property (...DEFAULT_DISABLE_UPLOAD_TIMEOUT) in r2495. Fixed by component upgrade to JBoss Web 7.5.0.Beta1: https://bugzilla.redhat.com/show_bug.cgi?id=1138672 I don't think this is very useful, so the other flag is used to disable it. The functionality is there if needed. Regardless of what is the initial value of org.apache.coyote.http11.Http11Processor.disableUploadTimeout what is now really configurable the value is always overwritten by org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler.createProcessor() calling processor.setDisableUploadTimeout(proto.disableUploadTimeout); So this fix has no effect on this issue. Yes, I didn't put it in the right place, sorry. r2512 is the new fix in web. Should be fixed by component upgrade to 7.5.0.Beta3 1149776 Verified for EAP 6.4.0.DR5 that -Dorg.apache.coyote.http11.DEFAULT_KEEP_ALIVE_TIMEOUT arg takes affect if -Dorg.apache.coyote.http11.DEFAULT_DISABLE_UPLOAD_TIMEOUT=true is used as well. |