This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new dd1a3379bb Update RAT excludes dd1a3379bb is described below commit dd1a3379bb7f090191fb14d3e20c0a5e2bca024d Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Oct 24 17:33:27 2023 +0100 Update RAT excludes Mainly Javadoc generation changes. Some new test files. --- res/rat/rat-excludes.txt | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt index 4b69f950ca..d17c73d62f 100644 --- a/res/rat/rat-excludes.txt +++ b/res/rat/rat-excludes.txt @@ -69,14 +69,23 @@ output/deployer/deployer-howto.html **/MANIFEST.MF **/*.manifest +output/dist/webapps/docs/*/copy.svg output/dist/webapps/docs/*/element-list output/dist/webapps/docs/*/jquery/** +output/dist/webapps/docs/*/legal/** output/dist/webapps/docs/*/member-search-index.js +output/dist/webapps/docs/*/module-search-index.js output/dist/webapps/docs/*/package-search-index.js +output/dist/webapps/docs/*/script.js +output/dist/webapps/docs/*/script-dir/** output/dist/webapps/docs/*/search.js +output/dist/webapps/docs/*/search-page.js +output/dist/webapps/docs/*/tag-search-index.js output/dist/webapps/docs/*/type-search-index.js -output/dist/webapps/docs/*/script.js +output/dist/src/test/org/apache/tomcat/util/net/jsse/key-password +output/dist/src/test/org/apache/tomcat/util/net/key-password +output/dist/src/test/org/apache/tomcat/util/net/keystore-password output/dist/src/test/webapp/404.html output/dist/src/test/webapp/index.html.br output/dist/src/test/webapp/bug49nnn/bug49464-cp1252.txt @@ -86,10 +95,15 @@ output/dist/src/test/webapp/bug49nnn/bug49464-utf-8-bom.txt output/dist/src/test/webapp/bug49nnn/bug49464-utf-8.txt 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-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/org/apache/tomcat/util/net/jsse/key-password +test/org/apache/tomcat/util/net/key-password +test/org/apache/tomcat/util/net/keystore-password test/webapp/404.html test/webapp/index.html.br test/webapp/bug49nnn/bug49464-cp1252.txt @@ -99,6 +113,8 @@ test/webapp/bug49nnn/bug49464-utf-8-bom.txt test/webapp/bug49nnn/bug49464-utf-8.txt 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-fragments/WEB-INF/classes/*.txt test/webresources/dir1/d1/d1-f1.txt test/webresources/dir1/d2/d2-f1.txt @@ -110,9 +126,9 @@ test/webresources/dir1/*.txt build.properties res/maven/mvn.properties -output/dist/confinstall/tomcat-users_2.xml -output/dist/src/res/confinstall/tomcat-users_2.xml -res/confinstall/tomcat-users_2.xml +output/dist/src/res/install-win/tomcat-users_2.xml +output/dist/tomcat-users_2.xml +res/install-win/tomcat-users_2.xml java/jakarta/servlet/resources/javaee_5.xsd java/jakarta/servlet/resources/javaee_6.xsd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org