You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/09/27 21:23:07 UTC

svn commit: r1809929 - in /tomcat/tc8.0.x/trunk: res/rat/rat-excludes.txt test/META-INF/services/javax.servlet.ServletContainerInitializer test/webapp/index.html

Author: markt
Date: Wed Sep 27 21:23:07 2017
New Revision: 1809929

URL: http://svn.apache.org/viewvc?rev=1809929&view=rev
Log:
Review current RAT failures
Add headers to files that should have them. Exclude additional test files that don't have headers.

Modified:
    tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt
    tomcat/tc8.0.x/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer
    tomcat/tc8.0.x/trunk/test/webapp/index.html

Modified: tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt?rev=1809929&r1=1809928&r2=1809929&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt (original)
+++ tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt Wed Sep 27 21:23:07 2017
@@ -79,7 +79,11 @@ output/dist/src/test/webapp/bug49nnn/bug
 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-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/index.html.br
 test/webapp/bug49nnn/bug49464-cp1252.txt
 test/webapp/bug49nnn/bug49464-ibm850.txt
@@ -87,7 +91,11 @@ test/webapp/bug49nnn/bug49464-iso-8859-1
 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-fragments/WEB-INF/classes/*.txt
+test/webresources/dir1/d1/d1-f1.txt
+test/webresources/dir1/d2/d2-f1.txt
+test/webresources/dir1/*.txt
 
 **/*.json
 

Modified: tomcat/tc8.0.x/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer?rev=1809929&r1=1809928&r2=1809929&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer (original)
+++ tomcat/tc8.0.x/trunk/test/META-INF/services/javax.servlet.ServletContainerInitializer Wed Sep 27 21:23:07 2017
@@ -1,2 +1,17 @@
+# 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.
+
 # SCIs that should be added when running tests
 org.apache.jasper.servlet.JasperInitializer
\ No newline at end of file

Modified: tomcat/tc8.0.x/trunk/test/webapp/index.html
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/webapp/index.html?rev=1809929&r1=1809928&r2=1809929&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/test/webapp/index.html (original)
+++ tomcat/tc8.0.x/trunk/test/webapp/index.html Wed Sep 27 21:23:07 2017
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <html>
   <head>
     <title>Index page</title>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org