Commit fbb93c1e authored by Randy Terbush's avatar Randy Terbush
Browse files

A POST request to a CGI script that fails can be redirected to another

CGI to handle via ErrorDocument 500.

Apache uses:
	     if (!r->read_chunked && (r->remaining <= 0))

to decide if it should read the POSTed data, but the 2nd script can't
find any POSTed data so it'll hang. If the script doesn't look for POSTed
data Apache does, so it hangs.
Reviewed by: Alexei Kosut, Randy Terbush, Rob Hartill
Submitted by: Rob Hartill


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@77435 13f79535-47bb-0310-9956-ffa450edef68
parent 4766b40c
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