Apache server as reverse proxy is removing xmlns info from html tag
- by Johnco
I have a Java application running in tomcat, in front of which I have an Apache http server as a reverse proxy.
However, the proxy is removing all xmlns data from the html tag, which breaks all the Facebook's FBML which is never parsed.
My current config is as follows:
ProxyRequests off
ProxyHTMLDocType XHTML
ProxyPassReverseCookiePath /cas /
…