https://issues.apache.org/bugzilla/show_bug.cgi?id=54578
Bug ID: 54578
Summary: Bad docs or unchecked code for "LimitRequestFields"?
Product: Apache httpd-2
Version: 2.4.3
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Hi,
>From the online docs
(http://httpd.apache.org/docs/2.4/mod/core.html#limitrequestfields), the
"LimitRequestFields" directive is specified to be "an integer from 0 (meaning
unlimited) to 32767."
However, in the source code, there's no place tells that where 32767 comes
from.
Also, if I configure it to be 100000, the server starts without any warning.
I wonder whether it's a bug of documentation, or setting the number to be
larger than 32767 would cause further problems? In the latter case, we'd better
check the value in the parsing function.
Thanks,
Tianyin
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]