X-UA-Compatible in Webcenter Portal Application
734958Mar 26 2012 — edited Apr 6 2012Hi, everyone
I has a Webcnter Portal App 11.1.1.5 deployed in a WLS.
When I go to my Home Page, my IE go to IE7 mode compatibility, if I look the source code I can see the tag:
<meta http-equiv="X-UA-Compatible" content="IE=7.0">
But I don't want that my user use IE7. I've tryied set a new header in Apache (that are in front of my WLS), a I tried:
<trh:html>
<trh:head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</trh:head>
</trh:html>
And my browser still in IE7 compatibility mode, if I use trh:head, my head
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Are in source code, but still are <meta http-equiv="X-UA-Compatible" content="IE=7.0">.
Anyone has some ideia?
Seems like my Webcenter Portal are doing something to go to this mode.
At the same WLS I have Content Server (/cs), and after I set my apache header I solve this problem for /cs.
THanks