Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-15750

Make IE behavior configurable

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 5.9.6-SNAPSHOT
    • Fix Version/s: 6.0
    • Component/s: Web Common
    • Impact type:
      Configuration Change
    • Upgrade notes:
      Hide

      New extention point "responseHeaders" to add headers in the HTTP response:
      <extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService"
      point="responseHeaders">
      <header name="X-UA-Compatible">IE=10; IE=11</header>
      </extension>

      Show
      New extention point "responseHeaders" to add headers in the HTTP response: <extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService" point="responseHeaders"> <header name="X-UA-Compatible">IE=10; IE=11</header> </extension>

      Description

      The 'X-UA-Compatible' header can be useful to force IE rendering. It would help to restrict the versions of IE we support for a given release of the Nuxeo Platform.

      For instance, using this value

      <meta http-equiv="X-UA-Compatible" content="IE=10; IE=11" />

      would cover the target versions of IE we support for 6.0

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: