Re: Setting up filters

2016-03-31 Thread Rahulkumar Godse
On 3/31/16, 2:43 PM, "Rahulkumar Godse" wrote: >Hi, > >Tomcat version: >apache-tomcat-8.0.28 > >Issue: >I am trying to open an external url in an iframe in our application. The >external url has X-FRAME-OPTIONS set to DENY in their jsp code which I am &g

Setting up filters

2016-03-31 Thread Rahulkumar Godse
Hi, Tomcat version: apache-tomcat-8.0.28 Issue: I am trying to open an external url in an iframe in our application. The external url has X-FRAME-OPTIONS set to DENY in their jsp code which I am trying to override using filters in web.xml Here’s the code where I added the filters in web.xml