### 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
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.