This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new d468f62 Exclude 404.html as the contents are checked during a test d468f62 is described below commit d468f62d4ff5d58a3bd600e6f93f0895ddb6aa1b Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu May 27 07:55:08 2021 +0100 Exclude 404.html as the contents are checked during a test --- res/rat/rat-excludes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt index 520c94a..a6ed2b1 100644 --- a/res/rat/rat-excludes.txt +++ b/res/rat/rat-excludes.txt @@ -73,6 +73,7 @@ output/deployer/deployer-howto.html output/dist/webapps/docs/*/package-list output/dist/webapps/docs/*/script.js +output/dist/src/test/webapp/404.html output/dist/src/test/webapp/index.html.br output/dist/src/test/webapp/bug49nnn/bug49464-cp1252.txt output/dist/src/test/webapp/bug49nnn/bug49464-ibm850.txt @@ -85,6 +86,7 @@ output/dist/src/test/webapp-fragments/WEB-INF/classes/*.txt output/dist/src/test/webresources/dir1/d1/d1-f1.txt output/dist/src/test/webresources/dir1/d2/d2-f1.txt output/dist/src/test/webresources/dir1/*.txt +test/webapp/404.html test/webapp/index.html.br test/webapp/bug49nnn/bug49464-cp1252.txt test/webapp/bug49nnn/bug49464-ibm850.txt --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org