Commit 19fafe48 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

If an ErrorDocument CGI script is used to respond to an error

generated by another CGI script which has already read the message
body of the request, the server would block trying to read the
message body again.

I thought this problem was fixed by removing the Content-Length header
field in mod_cgi, but that only fixed it for internal redirects.
So, I have restored the previously tested and verified fix which is
specific to ErrorDocument.

Submitted by: Rob Hartill
Reviewed by: Roy Fielding


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@78073 13f79535-47bb-0310-9956-ffa450edef68
parent aa167b8b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment