Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

X-UA-Compatible in Webcenter Portal Application

734958Mar 26 2012 — edited Apr 6 2012
Hi, 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2012
Added on Mar 26 2012
3 comments
812 views