From: Justin Erenkrantz Date: Tue, 13 Nov 2001 05:21:31 +0000 (+0000) Subject: Document the new 'redirect-carefully' option. X-Git-Tag: 2.0.29~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc6c610f7fdcb24ce08db5998b488344f8342ad9;p=thirdparty%2Fapache%2Fhttpd.git Document the new 'redirect-carefully' option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91895 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4fecf051d6e..4c25e9467a1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes with Apache 2.0.29-dev + *) Add 'redirect-carefully' environment option to disable sending + redirects under special circumstances. This is helpful for + Microsoft's WebFolders when accessing a directory resource via + DAV methods. [Justin Erenkrantz] + *) Begin to abstract out the underlying transport layer. The first step is to remove the socket from the conn_rec, the server now lives in a context that is passed to the diff --git a/docs/manual/env.html b/docs/manual/env.html index 8224f9768b6..f030a9df206 100644 --- a/docs/manual/env.html +++ b/docs/manual/env.html @@ -270,8 +270,17 @@

This disables KeepAlive when set.

-
+

redirect-carefully

+ +

This forces the server to be more careful when sending a redirect + to the client. This is typically used when a client has a known + problem handling redirects. This was originally implemented as a + result of a problem with Microsoft's WebFolders software which has + a problem handling redirects on directory resources via DAV + methods.

+ +

Examples

Changing protocol behavior with misbehaving clients

diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 8224f9768b6..f030a9df206 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -270,8 +270,17 @@

This disables KeepAlive when set.

-
+

redirect-carefully

+ +

This forces the server to be more careful when sending a redirect + to the client. This is typically used when a client has a known + problem handling redirects. This was originally implemented as a + result of a problem with Microsoft's WebFolders software which has + a problem handling redirects on directory resources via DAV + methods.

+ +

Examples

Changing protocol behavior with misbehaving clients