Bug 57009 - Fix documentation on LimitRequestLine
Summary: Fix documentation on LimitRequestLine
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: FixedInTrunk, PatchAvailable
Depends on:
Blocks:
 
Reported: 2014-09-23 14:41 UTC by Edward Lu
Modified: 2014-10-13 19:29 UTC (History)
0 users



Attachments
Fix LimitRequestLine documentation (614 bytes, patch)
2014-09-23 14:41 UTC, Edward Lu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Edward Lu 2014-09-23 14:41:17 UTC
Created attachment 32048 [details]
Fix LimitRequestLine documentation

There seems to be a lot of confusion on whether or not LimitRequestLine is limited by a compile-time constant or not. The doc definitely says that it is, but a lot of evidence points to otherwise; take revisions 102840 and 819480, for example. I did some manual testing and poking around the code, and it appears that the hard limit no longer applies (at least on 2.2.0 and upwards). The documentation should be updated to reflect that.

In addition to the attached patch, revision 819480 should be backported to 2.2.x.
Comment 1 Eric Covener 2014-10-13 19:29:53 UTC
Thanks, applied doc patch back to 2.2 (r1631516, r1631517, r1631518).

proposed r819480 for 2.2.x as well but closing PR on basis of doc update.