Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 34203 invoked from network); 14 Oct 2004 14:33:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Oct 2004 14:33:23 -0000 Received: (qmail 90655 invoked by uid 500); 14 Oct 2004 14:31:03 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 90598 invoked by uid 500); 14 Oct 2004 14:31:03 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 90558 invoked by uid 99); 14 Oct 2004 14:31:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [213.80.46.101] (HELO mail03.profundis.se) (213.80.46.101) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 14 Oct 2004 07:30:57 -0700 Received: from server02-a.profundis.se ([213.80.46.103] helo=PROFUNDIS01) by mail03.profundis.se with smtp (Exim 4.41) id I5KWBF-00062O-4P for users@httpd.apache.org; Thu, 14 Oct 2004 16:30:51 +0200 Message-ID: <02ca01c4b1fa$67a23300$652e50d5@profundis.se> Reply-To: "Robert Andersson" From: "Robert Andersson" To: References: Date: Thu, 14 Oct 2004 16:30:49 +0200 Organization: Profundis MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Subject: Re: [users@httpd] What happend to the URLs in mod_proxy_html X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Roland Stumpner wrote: > Sorry , that you can�t see the amp; after the & . Might have been due to the HTML e-mail. > My Problem is that in the translated URL (the output of the apache2 > proxy)there is an amp; after the & and i don�t know why. And it isn�t > in the original URL and not in the debug error log. Any URI that include an ampersand *should* appear in the HTML code as &. Please look at the code generated, not what appears. The problem might be that it is encoded twice, thus: "&" => "&amp;". > At this time the "bug" is only in the html tag the > other URL translations are correct. It might be a bug, in that it is encoded twice, but it is hard to say. I'm not familiar with mod_proxy_html and how it works internally. Nick Kew (enlisted author of the mod) hangs around on this list, so he might be able to tell you more. Regards, Robert Andersson --------------------------------------------------------------------- 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