Set Emulation - Compatiblity Mode header for Internet Explorer
book
Article ID: 128969
calendar_today
Updated On:
Products
CA Identity ManagerCA Identity GovernanceCA Identity Portal
Issue/Introduction
Our environment forces Internet Explorers Compatibility Mode to IE7 to ensure functionality of older business critical applications. Unfortunately this causes display and functionality issues when accessing Identity Manager.
Is it possible to force the Internet Explorer compatibility mode within the Header for IDM?
Environment
Release: CAIDMB99000-14.0-Identity Manager-B to B Component:
Resolution
It is possible to force the Compatibility / Emulation by adding the "X-UA-Compatible" meta tag header to the index.jsp within the iam_im.ear file.
The header to force Internet Explorer to use the most current version for the emulation mode is:
Add this to the index.jsp in the following locations:
<iam_im.ear>/user_console_war/app/imcss/index.jsp
And one of the following depending on which user console configuration you are using (adding to both will not cause harm) <iam_in.ear>/user_console.war/app/ui7/index.jsp <iam_in.ear>/user_console.war/app/ca12/index.jsp
Additional Information
Please note, any patching that updates the full iam_im.ear file, which can occur in hotfixes, cumulative patches and during full upgrades, may and likely will require this to be reset as part of your Post Upgrade configuration steps once the patching / upgrading is complete.