From: Ken Coar Date: Mon, 26 Apr 1999 12:22:24 +0000 (+0000) Subject: Fix a protocol misquote. X-Git-Tag: apache-apr-merge-3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaaa65c9ead302dd2a47462bfabd41bbab93ce74;p=thirdparty%2Fapache%2Fhttpd.git Fix a protocol misquote. PR: 4308 Submitted by: Klaus Weide Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83116 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html index ee2a794e81d..7907594fb2a 100644 --- a/docs/manual/misc/known_client_problems.html +++ b/docs/manual/misc/known_client_problems.html @@ -195,7 +195,7 @@ The user must upgrade their Acrobat reader to 3.01. unmergeable

The HTTP specifications say that it is legal to merge headers with -duplicate names into one (separated by semicolon). Some browsers +duplicate names into one (separated by commas). Some browsers that support Cookies don't like merged headers and prefer that each Set-Cookie header is sent separately. When parsing the headers returned by a CGI, Apache will explicitly avoid merging any