Re: java.lang.ClassNotFoundException: org.apache.catalina.filters.HttpHeaderSecurityFilter for app specific web.xml under Tomcat 8.0.9 (bundled with Netbeans)

2016-09-08 Thread Violeta Georgieva
Hi Mladen, 2016-09-08 13:04 GMT+03:00 Mladen Adamović : > > Hi Mark, > > It seems that in Tomcat 8 it was added in > Tomcat 8.0.23 (merged from Tomcat 7 I guess) Typically we back port features to previous versions and not vice versa. That feature was first developed in Tomcat 9 branch and then

Re: java.lang.ClassNotFoundException: org.apache.catalina.filters.HttpHeaderSecurityFilter for app specific web.xml under Tomcat 8.0.9 (bundled with Netbeans)

2016-09-08 Thread Mladen Adamović
Hi Mark, It seems that in Tomcat 8 it was added in Tomcat 8.0.23 (merged from Tomcat 7 I guess) - [image: Add:] 54618 : Add a new HttpHeaderSecurityFilter that adds the Strict-Transport-Security, X-Frame-Options and X-Content-Type-O

Re: java.lang.ClassNotFoundException: org.apache.catalina.filters.HttpHeaderSecurityFilter for app specific web.xml under Tomcat 8.0.9 (bundled with Netbeans)

2016-09-08 Thread Mark Thomas
On 08/09/2016 10:12, Mladen Adamović wrote: > I want in some specific apps to enable HttpHeaderSecurityFilter (I might > have some insecure applications at the same server). > But I've got the error message when running from Tomcat 8.0.9.0. This > happened in a development environment, this Tomc

java.lang.ClassNotFoundException: org.apache.catalina.filters.HttpHeaderSecurityFilter for app specific web.xml under Tomcat 8.0.9 (bundled with Netbeans)

2016-09-08 Thread Mladen Adamović
I want in some specific apps to enable HttpHeaderSecurityFilter (I might have some insecure applications at the same server). I've edited web.xml of one application (not the tomcat/conf/web.xml file to add this filter): httpHeaderSecurity org.apache.catalina.filters.HttpHeade