On Fri, 17 Oct 2003, Roy T. Fielding wrote: > It sends 302? Don't you mean it does a subrequest? I'd hope so. > Anyway, +1 to the patch.
I always thought it did a 302 if the errordocument started with http:// (ie, was possibly external), but did a subrequest if it did not start with http:// . That is, in fact, the documented behavior: http://httpd.apache.org/docs/mod/core.html#errordocument --Cliff