JBoss EAP 7.3
We've HSTS configuation in standalone.xml such as below and it passed in the Fortify SCA
<filters>
<response-header name="hsts-header" header-name="Strict-Transport-Security" header-value="max-age=31536000;"/>
</filters>
but Nessus security scanner still detects HSTS missing...
Any suggestion ?
BTW, for customer requirment, we disabled
JBoss welcome page
Admin console (so we removed anything inside <management-interfaces>)
Many thanks.