ADF X-UA-Compatible

How to bypass Compatibility View Mode in IE 8/9 browsers and force the target ADF page to the maximum document mode supported by the IE browser (Standard Mode) ?

There is a new feature introduced in ADF 11.1.1.7/11.1.2.4

  • For 11.1.1.6.0, 11.1.2.0.0, 11.1.2.2.0 and 11.1.2.3.0, download and apply patch 14400317 in your JDeveloper/ADF environment
  • For all the above mentioned versions, add, in the web.xml file of your ViewController project, the following context-param to enabled agent version detection using the Trident version over the browser version:


<context-param>
<param-name>
org.apache.myfaces.trinidad.Agent#OVERRIDE_IE_COMPATIBILITY_MODE
</param-name>
<param-value>true</param-value>
</context-param>

Now no compat header should be added and IE should run happily in native mode.

Note 1555476.1

Leave a Reply

Your email address will not be published.