tomcat - Set HTTP response headers vs Server Configuration -


i'm aware of using http response headers can force additional security measures on java web applications. example have used

 resp.setheader( "x-frame-options", "sameorigin" );  resp.setheader("strict-transport-security", "max-age=16070400; includesubdomains;") 

but still penetration test done third party(symantec) shows same issues. wondering whether have configure in application server(tomcat 6 , jboss 5 , 6) well.

ref : https://www.whitehatsec.com/blog/http-strict-transport-security/


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -