Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 83384 invoked from network); 11 Mar 2011 13:12:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Mar 2011 13:12:15 -0000 Received: (qmail 60518 invoked by uid 500); 11 Mar 2011 13:12:11 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 60495 invoked by uid 500); 11 Mar 2011 13:12:11 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 60487 invoked by uid 99); 11 Mar 2011 13:12:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 13:12:11 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [213.184.32.86] (HELO smtp1a.aso.ee) (213.184.32.86) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 13:12:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1a.aso.ee (Postfix) with ESMTP id 0F73F4DAB2 for ; Fri, 11 Mar 2011 15:11:43 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at smtp1a.avalik.kit Received: from smtp1a.aso.ee ([127.0.0.1]) by localhost (smtp1a.avalik.kit [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LZtBN5wh+eXI for ; Fri, 11 Mar 2011 15:11:43 +0200 (EET) Received: from [192.168.252.251] (unknown [192.168.252.251]) by smtp1a.aso.ee (Postfix) with ESMTP id EA70D4D922 for ; Fri, 11 Mar 2011 15:11:42 +0200 (EET) Message-ID: <4D7A1F8F.6010003@tione.eu> Date: Fri, 11 Mar 2011 15:11:43 +0200 From: =?ISO-8859-1?Q?Margus_P=E4rt?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Question about Apache feature - Headers are concatenated with comma (mod_proxy and also with mod_weblogic) Hello! Apache seems to do the following trick with headers: Connection goes in: GET / HTTP/1.0 Cookie: name=Value Cookie: name2=Value;name3=Value ... But is forwarded to backend so: GET / HTTP/1.0 Cookie: name=Value,name2=Value;name3=Value ... Can this comma be changed to ";"? Br, Margus --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org