We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On errors, tomcat shows the server version by default at the bottom of the error report page
Which is not ideal from a security standpoint. This information could be used to look for known exploits by attackers.
The text was updated successfully, but these errors were encountered:
One way to disable the version number report is by changing the server.xml file https://docs.rocketsoftware.com/bundle/mobius_ig_123/page/sup1694713740938.html
<Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false"/>
Sorry, something went wrong.
Check what we are doind for CORS https://github.com/geosolutions-it/docker-geoserver/blob/master/entrypoint.sh . We could apply a similar replacement to the server.xml file
thanks
mo3rfan
No branches or pull requests
On errors, tomcat shows the server version by default at the bottom of the error report page

Which is not ideal from a security standpoint. This information could be used to look for known exploits by attackers.
The text was updated successfully, but these errors were encountered: