Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 89562 invoked from network); 22 Jan 2005 22:28:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jan 2005 22:28:50 -0000 Received: (qmail 15982 invoked by uid 500); 22 Jan 2005 22:28:47 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 15952 invoked by uid 500); 22 Jan 2005 22:28:47 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 15933 invoked by uid 500); 22 Jan 2005 22:28:47 -0000 Received: (qmail 15922 invoked by uid 99); 22 Jan 2005 22:28:46 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 22 Jan 2005 14:28:46 -0800 Received: (qmail 89542 invoked by uid 1624); 22 Jan 2005 22:28:45 -0000 Date: 22 Jan 2005 22:28:45 -0000 Message-ID: <20050122222845.89541.qmail@minotaur.apache.org> From: olegk@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/httpclient/xdocs cookies.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N olegk 2005/01/22 14:28:45 Modified: httpclient/xdocs cookies.xml Log: PR #32807 (Document SINGLE_COOKIE_HEADER param in the cookie guide) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Revision Changes Path 1.5 +6 -1 jakarta-commons/httpclient/xdocs/cookies.xml Index: cookies.xml =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/cookies.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cookies.xml 4 Nov 2003 02:14:04 -0000 1.4 +++ cookies.xml 22 Jan 2005 22:28:45 -0000 1.5 @@ -61,6 +61,11 @@ many different servers as possible even if they are not completely standards compliant. If you are encountering problems with parsing cookies, you should probably try using this specification.

+

There are many web sites with badly written CGI scripts that only work + when all cookies are put into one request header. It is advisable to + set http.protocol.single-cookie-header + parameter to true for maximum compatibility. +

--------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org