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
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
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
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
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