This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 9474cd9fe5 Update excludes list 9474cd9fe5 is described below commit 9474cd9fe5b2bd7c5541b556a5cfb2d8fe9c4530 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Aug 16 11:10:05 2024 +0100 Update excludes list --- res/rat/rat-excludes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt index 16cac64276..6d6957b924 100644 --- a/res/rat/rat-excludes.txt +++ b/res/rat/rat-excludes.txt @@ -46,7 +46,7 @@ - files used simply to ensure directories are not empty - - *.bmp, *.dia files are binary + - *.bmp, *.dia and *.vpd files are binary (*.gif, *.jpg are also binary, but are automatically detected by RAT as ones, so no explicit configuration is needed) @@ -99,6 +99,7 @@ output/dist/src/test/webapp/bug53257/*.txt output/dist/src/test/webapp/bug53257/foo bar/foobar.txt output/dist/src/test/webapp/bug66609/a&a.txt output/dist/src/test/webapp/bug66609/b'b.txt +output/dist/src/test/webapp/jsp/ok.html 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 @@ -117,6 +118,7 @@ test/webapp/bug53257/*.txt test/webapp/bug53257/foo bar/foobar.txt test/webapp/bug66609/a&a.txt test/webapp/bug66609/b'b.txt +test/webapp/jsp/ok.html test/webapp-fragments/WEB-INF/classes/*.txt test/webresources/dir1/d1/d1-f1.txt test/webresources/dir1/d2/d2-f1.txt @@ -253,6 +255,7 @@ output/dist/temp/safeToDelete.tmp **/*.bmp **/*.dia +**/*.vpd **/*.md --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org