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