This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit dd7fd02f9f7221ff795657898ae56dd8d41b4f37 Author: Dimitris Soumis <[email protected]> AuthorDate: Tue Jun 9 14:52:39 2026 +0300 Add changelog entry for showReport attribute --- webapps/docs/changelog.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8d2abd44be..f8c340210c 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -360,6 +360,13 @@ <code>ProxyErrorReportValve</code> from <code>true</code> to <code>false</code>. (markt) </fix> + <add> + Add support for the <code>showReport</code> attribute in + <code>JsonErrorReportValve</code> and + <code>ProxyErrorReportValve</code>. When set to <code>false</code>, + detailed error information (message, description, stack trace) is + suppressed from error responses. (dsoumis) + </add> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
