From: Eric Covener
Date: Tue, 9 Oct 2007 20:25:14 +0000 (+0000)
Subject: This restriction/limitation was removed in r327793 for PR31226
X-Git-Tag: 2.2.7~318
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd0bc6a5aba0d711f9e1d5936511689d7e5e1f9;p=thirdparty%2Fapache%2Fhttpd.git
This restriction/limitation was removed in r327793 for PR31226
http://issues.apache.org/bugzilla/show_bug.cgi?id=31226
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583291 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index f49e6dd10b1..a30280d48a4 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -366,7 +366,6 @@ content-type is text/plain
or text/html
ForceType
. Setting the
content type within a (non-nph) CGI script is also safe.
- The by-type output filters are never applied on proxy requests.
See also
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index fa7b692472d..e5c7e36cce1 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -294,7 +294,6 @@ content-type is text/plain
or text/html
ForceType. Setting the
content type within a (non-nph) CGI script is also safe.
- The by-type output filters are never applied on proxy requests.