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 b01acf5e73 Fix RAT warnings on CI build
b01acf5e73 is described below
commit b01acf5e7333caa9022472d7bce54fec1a9f38ad
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Apr 17 14:02:52 2026 +0100
Fix RAT warnings on CI build
---
res/rat/rat-excludes.txt | 9 ++++++++-
test/webapp/WEB-INF/classes/bug69623-a.mdd | 15 +++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt
index f221dfa51d..2879b2f1da 100644
--- a/res/rat/rat-excludes.txt
+++ b/res/rat/rat-excludes.txt
@@ -30,7 +30,8 @@
- Files in API documentation (javadoc) that are generated
- test files, such as trivial textual files containing only "OK' string,
- files in unusual encodings or compressed files are also excluded.
+ files in that cannot support license headers and/or use unusual encodings
+ and/or are compressed files are also excluded.
- JSON files (RFC7159) are data and cannot contain comments
@@ -87,6 +88,9 @@ 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/src/test/org/apache/tomcat/util/net/*.pem
+output/dist/src/test/org/apache/tomcat/util/net/index.db
+output/dist/src/test/org/apache/tomcat/util/net/jsse/*.pem
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
@@ -106,6 +110,9 @@ 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/*.pem
+test/org/apache/tomcat/util/net/index.db
+test/org/apache/tomcat/util/net/jsse/*.pem
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
diff --git a/test/webapp/WEB-INF/classes/bug69623-a.mdd
b/test/webapp/WEB-INF/classes/bug69623-a.mdd
index a9c234eede..6e2717aeb2 100644
--- a/test/webapp/WEB-INF/classes/bug69623-a.mdd
+++ b/test/webapp/WEB-INF/classes/bug69623-a.mdd
@@ -1 +1,16 @@
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
This is a test file for https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]