We need to add a header to the http response that the CMS sends for page previews. The header is:
X-UA-Compatible: IE=edge,chrome=1
I’d add that header as a filter in the general web.xml file for JBoss, but it causes rendering problems in Context Explorer pages for IE 8/9/10 users. I can’t add the header as a filter to the AssemblyServlet in the web.xml file for the CMS application, since it’s a response header.
Has anyone done this before? Does Percussion have a best practice for this scenario?
Thanks.