From eaaa65c9ead302dd2a47462bfabd41bbab93ce74 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Mon, 26 Apr 1999 12:22:24 +0000 Subject: [PATCH] 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 --- docs/manual/misc/known_client_problems.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3