[
https://issues.jboss.org/browse/WFLY-3797?page=com.atlassian.jira.plugin....
]
Stuart Douglas commented on WFLY-3797:
--------------------------------------
The doc has not been updated to include the new settings. read-timeout on the
http-connector is the setting you are after.
Wildfly 9 will also support REQUEST_PARSE_TIMEOUT and NO_REQUEST_TIMEOUT to give more fine
grained control.
Basically the options will be:
NO_REQUEST_TIMEOUT: how long a connection can be idle before it is closed
REQUEST_PARSE_TIMEOUT: the maximum amount of time that can be spent parsing a request
READ_TIMEOUT: Timeout for reading post data
Need post-timeout for WildFly / Undertow
----------------------------------------
Key: WFLY-3797
URL:
https://issues.jboss.org/browse/WFLY-3797
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Affects Versions: 8.1.0.Final
Reporter: Lyle Wang
Assignee: Stuart Douglas
Is that possible to provide post timeout to prevent DoS ? JBoss AS 7 or WildFly has no
such feature/option, but weblogic provides this:
http://docs.oracle.com/cd/E17904_01/web.1111/e13701/web_server.htm#i1059782
Currently only "max-post-size" is supported:
https://docs.jboss.org/author/display/WFLY8/Undertow+%28web%29+subsystem+...
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)