This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 41976af7242e15db3c6714fa8fe08886d4cee604 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 88ddde0cdf..15580cafcd 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -253,6 +253,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]
