Skip to content

Commit

Permalink
[ALS-5053] Add value to server.xml
Browse files Browse the repository at this point in the history
This value will intercept request processed by tomcat. I have disabled reports and show server information. This information should not be returned to the client.
  • Loading branch information
Gcolon021 committed Oct 7, 2023
1 parent 8119d45 commit 093f6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/pic-sure-hpds/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<Host name="localhost" appBase="/.extract/webapps" unpackWARs="true"
autoDeploy="true">
<Context path="/" reloadable="true" />
<Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false"/>
</Host>
</Engine>
</Service>
Expand Down

0 comments on commit 093f6ff

Please sign in to comment.