https://issues.apache.org/bugzilla/show_bug.cgi?id=44782





--- Comment #6 from Ruediger Pluem <[EMAIL PROTECTED]>  2008-05-13 12:00:48 PST 
---
Sorry but this behaviour is there for ages (at least since 2.0.x) and it does
not put a large burden on the cgi script developer. Simply read all the data
from standard input and throw it away immediately without any further handling
or just close the stdin file handle in your cgi script and you are done. If you
close the stdin filehandle in your cgi script httpd will take the task and the
burden to swallow all incoming data and discard it.
If you don't like doing this configure you cgi scripts via <limit> to only
accept GET requests.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to