ansible-role-tomcat
ansible-role-tomcat copied to clipboard
Create a default error page
Proposed feature
Default error landing page doesn't exist and some tomcat information is sent. Also, the default page exposes sensitive information as well.
See screen shot:

Rationale
A default error page could prevent this potentially sensitive information from being inadvertently disclosed.
Additional context
Found this via a nessus scan.
That is a very good plan.
Do you know how to do this? If so; please create a pull request for it. I'll help you through the process if you need help.
Otherwise, I'll work on it in some time.
Regards,
Robert de Bock.
Hi @pjsharpe07. The role now places a simple, unbranded default page. That should solve your Nessus finding.
Please let me know if this works for you.
Thank you for doing this! Unfortunately, we remove some of those folders so this fix didn't quite work for us.
Instead, we did some work with serverinfo.properties. You can find some of the changes here.
Thanks again for doing this work!