From: wessels <> Date: Wed, 11 Jun 2003 02:45:29 +0000 (+0000) Subject: correction to comments. RFC 2396 (not 2616) talks about dealing with X-Git-Tag: SQUID_3_0_PRE1~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c98d37e139b2e712e28ba68a34f244f6ac9ce9f4;p=thirdparty%2Fsquid.git correction to comments. RFC 2396 (not 2616) talks about dealing with whitespace in URIs. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index ae249d9873..97be5de7a8 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.318 2003/05/29 15:54:07 hno Exp $ +# $Id: cf.data.pre,v 1.319 2003/06/10 20:45:29 wessels Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -3767,7 +3767,7 @@ DOC_START URI. Options: strip: The whitespace characters are stripped out of the URL. - This is the behavior recommended by RFC2616. + This is the behavior recommended by RFC2396. deny: The request is denied. The user receives an "Invalid Request" message. allow: The request is allowed and the URI is not changed. The