Page 2 of 2

Re: Security risks

PostPosted: Fri Mar 05, 2021 8:21 pm
by jcompagner
right so read this doc
https://tomcat.apache.org/tomcat-8.5-do ... ity_Filter

you should know what you are doing..
(see antiClickJackingEnabled and antiClickJackingOption)

Re: Security risks

PostPosted: Wed Apr 21, 2021 5:43 pm
by aly813
Here is the problem, This block means deny, we need to know how we can change it to the other option, Working on it
<filter-mapping>
<filter-name>httpHeaderSecurity</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>

Re: Security risks

PostPosted: Wed Apr 21, 2021 6:41 pm
by jcompagner