This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 99f4eb1534 Code clean-up - no functional change new 0aeabbf54d Add proxy and redirect error report valve new 392584935f Java 8 compat The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/catalina/valves/ErrorReportValve.java | 36 ++-- .../catalina/valves/ProxyErrorReportValve.java | 235 +++++++++++++++++++++ webapps/docs/changelog.xml | 5 + webapps/docs/config/host.xml | 3 +- webapps/docs/config/valve.xml | 62 +++++- 5 files changed, 327 insertions(+), 14 deletions(-) create mode 100644 java/org/apache/catalina/valves/ProxyErrorReportValve.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org