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: WebAssignee: Rémy Maucherat <rmaucher>
Status: CLOSED EOL QA Contact: Peter Mackay <pmackay>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: 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 Flags
jbossweb-upload-timeout.patch / potential patch mmiura: review?

Description Masafumi Miura 2014-01-30 07:45:41 UTC
### Description of problem:

disableUploadTimeout and connectionUploadTimeout are not configurable in EAP 6.

Please add a way to change these settings. (For example, via system property like connectionTimeout.) 


### Version-Release number of selected component (if applicable):

JBossWeb 7.x

Comment 1 Masafumi Miura 2014-01-30 07:49: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

Comment 2 Rémy Maucherat 2014-06-12 11:49:51 UTC
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.