Author: markt Date: Sun Sep 25 09:22:19 2016 New Revision: 1762168 URL: http://svn.apache.org/viewvc?rev=1762168&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=60170 Exclude the compressed test file index.html.br from RAT analysis. Patch provided by Gavin McDonald.
Modified: tomcat/trunk/res/rat/rat-excludes.txt tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/res/rat/rat-excludes.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/res/rat/rat-excludes.txt?rev=1762168&r1=1762167&r2=1762168&view=diff ============================================================================== --- tomcat/trunk/res/rat/rat-excludes.txt (original) +++ tomcat/trunk/res/rat/rat-excludes.txt Sun Sep 25 09:22:19 2016 @@ -66,6 +66,7 @@ output/deployer/deployer-howto.html output/dist/webapps/docs/*/package-list output/dist/webapps/docs/*/script.js +output/dist/src/test/webapp/index.html.br 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 Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1762168&r1=1762167&r2=1762168&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Sun Sep 25 09:22:19 2016 @@ -89,6 +89,11 @@ <code>ResourceLink</code> fails to specify the type, specifies an unknown type or specifies the wrong type. (markt) </add> + <fix> + <bug>60170</bug>: Exclude the compressed test file + <code>index.html.br</code> from RAT analysis. Patch provided by Gavin + McDonald. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org