Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 40644 invoked from network); 26 Aug 2005 08:33:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2005 08:33:10 -0000 Received: (qmail 42412 invoked by uid 500); 26 Aug 2005 08:30:32 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 34712 invoked by uid 500); 26 Aug 2005 08:29:42 -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 28277 invoked by uid 99); 26 Aug 2005 08:29:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2005 01:29:01 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.56.241.12] (HELO polaris.atos-infogerance.fr) (193.56.241.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2005 01:29:17 -0700 Received: from minotaure.atos-infogerance.fr ([193.56.47.17]) by polaris.atos-infogerance.fr (8.12.10/8.12.10) with ESMTP id j7Q8Sr3t015412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 26 Aug 2005 10:28:54 +0200 (MET DST) Received: from exchange2k301.gaia.fr (localhost.localdomain [127.0.0.1]) by minotaure.atos-infogerance.fr (8.12.8/8.12.8) with ESMTP id j7Q8Spag024078 for ; Fri, 26 Aug 2005 10:28:51 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 26 Aug 2005 10:28:52 +0200 Message-ID: <8C29B2F93BAE9047A906EF6D6F9C5D436D97E6@exchange2k301.gaia.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Mod_proxy and javascript problem Thread-Index: AcWqFQPUg91eV3ZHS6K/Z2x4eUPW2wAAdzjQ From: =?iso-8859-1?Q?Axel-St=E9phane__SMORGRAV?= To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Mod_proxy and javascript problem X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I wonder whether the problem could be that your HTML code contains = mis-spelled special characters like " " which should have read = " ". Unfortunately such errors are hidden by the fact that MSIE is = very tolerant about the lacking semi-colon. Your problem is probably = caused by the fact that proxy-html is not as tolerant.   is a non-breakable space & is an ampersand (&) é and è are two very useful characters in french ( =E9 and = =E8 resp.) etc. To me the solution would be to correct your HTML pages -ascs -----Original Message----- From: J=E9r=F4me Tytgat [mailto:jerome.tytgat@asterion.fr]=20 Sent: Friday, August 26, 2005 10:06 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Mod_proxy and javascript problem the " " are transformed in "&nbsp" and it's not working = better... I wonder what I should but in ProxyHTMLURLMap (BTW i've followed the = directives found here : = http://www.apacheweek.com/features/reverseproxies) I've also noted that enabling "ProxyHTMLExtended On" makes the = authentification on the application impossible with this error (sorry in = french...) : "Votre navigateur Internet n'est pas configur=E9 actuellement pour = l'ex=E9cution des scripts sur les pages Web. Dans Internet Explorer, vous devez modifier ce param=E8tre via l'onglet = S=E9curit=E9 de la bo=EEte de dialogue Options Internet pour continuer = =E0 utiliser l'Administrateur Class Server. Pour plus d'informations, = consultez l'aide en ligne de Internet Explorer. " It's telling me that my browser is not correctly configured for = javascript, disabling "ProxyHTMLExtended" let me get rid of this error. --------------------------------------------------------------------- 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