jesse-gallagher / frostillic.us-Blog

http://frostillic.us
Apache License 2.0
8 stars 0 forks source link

Remove X-Powered-By Header #47

Closed jesse-gallagher closed 5 years ago

jesse-gallagher commented 5 years ago

It's neat and all that it's using Servlet 4, but it's gauche to send that along with every response.

jesse-gallagher commented 5 years ago

In Liberty, this is done in server.xml:

<webContainer disableXPoweredBy="true" />