Chrome could not render tuckey urlrewrite output webpage

85 Views Asked by At

We have recently upgraded one of our customers server's software including: Centos, Tomcat, JDK and MySQL. Now we find out that all pages that was returned from tuckey urlrewrite filter, could not be rendered on chrome or opera browser, but Firefox displays very well without any problem. All browsers except firefox displays html source instead of a rendered webpage. Meanwhile chrome and opera don't have any problem with pages that returned directly from application. This problem just exists on urlrewrite filters output. Also the html source that was displayed by chrome is the same as firefox html source of rendered webpage.

1

There are 1 best solutions below

0
Mohsen Saber On

I find out that apache tomcat HttpHeaderSecurityFilter prevents chrome importing web page dependencies such as js and css files when I am using tuckey urlrewrite. I disabled those filters temporarily to modify the filter soon.