This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 6a6760bb3db1db943919f433301e70b9d3f14218 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 dfc77053d3..12b73ed1d1 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -249,6 +249,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]
