Submitted by: Jean-Frederic Clere <jfclere apache.org>
Github: closes #543
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1929393 13f79535-47bb-0310-9956-
ffa450edef68
* directly force an external HTTP redirect.
*/
if (is_absolute_uri(r->filename, NULL)) {
- rewritelog(r, 2, ctx->perdir, "implicitly forcing redirect (rc=%d "
+ rewritelog(r, 2, ctx->perdir, "implicitly forcing redirect (rc=%d) "
"with %s", p->forced_responsecode, r->filename);
r->status = p->forced_responsecode;