summaryrefslogtreecommitdiff
path: root/docs/manual/upgrading.html.en
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-12-13 21:39:28 +0000
committerJoshua Slive <slive@apache.org>2001-12-13 21:39:28 +0000
commit14b759de4a9fcad80068e0ea0c88299bf92753d3 (patch)
tree37c9b8503e8cbe0f9f8a39d93b67a139e4403fbe /docs/manual/upgrading.html.en
parenta12371d10e65a01fcc6aa8d915ab82e16342e2ce (diff)
downloadhttpd-14b759de4a9fcad80068e0ea0c88299bf92753d3.tar.gz
Update the AcceptPathInfo docs and add references from upgrading and
mod_include docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/upgrading.html.en')
-rw-r--r--docs/manual/upgrading.html.en13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en
index a71b37ac2b..001cb52349 100644
--- a/docs/manual/upgrading.html.en
+++ b/docs/manual/upgrading.html.en
@@ -53,6 +53,19 @@
proxy access control is now placed inside a &lt;Proxy&gt; block
rather than a &lt;Directory proxy:&gt; block.</li>
+ <li>The handling of PATH_INFO (trailing path information after
+ the true filename) has changed for some modules. Modules
+ that were previously implemented as a handler but are now
+ implemented as a filter may no longer accept requests with
+ PATH_INFO. Filters such as <a
+ href="mod/mod_include.html">INCLUDES</a> are implemented on top
+ of the core handler, and therefore reject requests with
+ PATH_INFO. You can use the <a
+ href="core.html#acceptpathinfo">AcceptPathInfo</a> directive to
+ force the core handler to accept requests with PATH_INFO and
+ thereby restore the ability to use PATH_INFO in server-side
+ includes.</li>
+
<li>The <code>CacheNegotiatedDocs</code> directive now takes
the argument <code>on</code> or <code>off</code>. Existing
instances of <code>CacheNegotiatedDocs</code> should be