New features delivered in 9.8.2.2
The following features and enhancements were included as part of 9.8.2.2.
Application development enhancements
This release includes enhancements to application development functionality.
Hiding the Apache Tomcat server version on HTTP error pages and hiding Tomcat error reports
Use the hideErrorValveServerInfo
attribute in your environment file and hideErrorValveReport
attribute to hide the Apache Tomcat server version number on HTTP error pages, and hide the presentation of the Apache Tomcat server error report (ECRM-31281). The following table provides further information:
Attribute | Description | Value |
---|---|---|
hideErrorValveReport | Hides the presentation of the Apache Tomcat server error report when an error occurs by configuring the Tomcat ErrorReportValve class. When it is set to false by default, the error report is returned in the HTML response. | false |
hideErrorValveServerInfo | Hides the presentation of the Apache Tomcat server version information when an error occurs by configuring the Tomcat ErrorReportValve class. When it is set to false by default, the server version is returned in the HTML response. | false |