Information
The disableXPoweredBy setting can reveal the server's identity.
Preventing the Liberty server from advertising its presence in this manner will prevent malicious attackers from determining the server's identity and exploiting any security vulnerabilities.
Solution
Add the disableXPoweredBy attribute to webContainer element in ${server.config.dir}/configDropins/overrides/<any file name>.xml Set the disableXPoweredBy attributes value to true
<webContainer disableXPoweredBy="true" />