How to implement Security Headers in Tomcat 6

2017-05-28 Thread Shaik, Mohammad N.
Hello, Can someone please let me know if the following headers are compatible with Tomcat 6.x version? If yes, then how do we enable them? Headers: 1) Strict-Transport-Security 2) Content-Security-Policy 3) Public-Key-Pins 4) X-Frame-Options 5) X-XSS-Protection 6) X-Content-Type-Options 7) X-Rob

AW: Autodeploy servlets below webapps folder

2017-05-28 Thread Gubler, Ruediger
Hi, we have several servlets in webapps which are used by every project. We will move some third party servlets containg project spezific data into the project folder without and further config (autodeploy). With your suggestion we must generate a host for every project on the dev server (hundr

Security Headers Implementation in Tomcat 6.x version

2017-05-28 Thread Shaik, Mohammad N.
Hello, We are using Tomcat 6.x version and we need to implement the following headers in our environment. Headers: 1) Strict-Transport-Security 2) Content-Security-Policy 3) Public-Key-Pins 4) X-Frame-Options 5) X-XSS-Protection 6) X-Content-Type-Options 7) X-Robots-Tag When I checked the Tomca

Re: Considering @serverEndPoint url for routing the request , if the request is of ws:// type

2017-05-28 Thread Mark Thomas
On 28 May 2017 10:09:03 BST, Bhuvan Gupta wrote: >Hello, > > > >I create a sample webapp using servlets and http, which work fine and >the >web.xml looks like > > >guiceFilter >com.google.inject.servlet.GuiceFilter > >guiceFilter >/* > >Now i want to add few @ServerEndPoint class to us

Considering @serverEndPoint url for routing the request , if the request is of ws:// type

2017-05-28 Thread Bhuvan Gupta
Hello, I create a sample webapp using servlets and http, which work fine and the web.xml looks like guiceFilter com.google.inject.servlet.GuiceFilter guiceFilter /* Now i want to add few @ServerEndPoint class to use websocket. So i added a class and added @ServerEndpoint(valu