I wonder whether the problem could be that your HTML code contains mis-spelled 
special characters like "&nbsp" 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 ( é and è resp.)
etc.

To me the solution would be to correct your HTML pages

-ascs

-----Original Message-----
From: Jérôme Tytgat [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 26, 2005 10:06 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Mod_proxy and javascript problem


the "&nbsp" 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é actuellement pour l'exécution 
des scripts sur les pages Web.
Dans Internet Explorer, vous devez modifier ce paramètre via l'onglet Sécurité 
de la boîte de dialogue Options Internet pour continuer à 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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to