[Bug 60167] PasswdUserDatabase cannot parsing /etc/passwd with empty-line

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60167 --- Comment #2 from Jeho Sung --- @markt++ -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.

[Bug 55095] isV0Separator method fail on production environment - IllegalArgumentException : Control character in cookie value or attribute.

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55095 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 60174] HeadersTooLargeException should be logged

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60174 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1762377 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 20:05:52 2016 New Revision: 1762377 URL: http://svn.apache.org/viewvc?rev=1762377&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60174 Log instances of HeadersTooLargeException during request processing. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1762376 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 20:01:59 2016 New Revision: 1762376 URL: http://svn.apache.org/viewvc?rev=1762376&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60174 Log instances of HeadersTooLargeException during request processing. Modified: tomcat/tc8.0.x/trunk/ (props

svn commit: r1762375 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/Http11Processor.java webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:58:18 2016 New Revision: 1762375 URL: http://svn.apache.org/viewvc?rev=1762375&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60174 Log instances of HeadersTooLargeException during request processing. Modified: tomcat/tc8.5.x/trunk/ (props

svn commit: r1762374 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11Processor.java webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:57:39 2016 New Revision: 1762374 URL: http://svn.apache.org/viewvc?rev=1762374&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60174 Log instances of HeadersTooLargeException during request processing. Modified: tomcat/trunk/java/org/apache/c

[Bug 60167] PasswdUserDatabase cannot parsing /etc/passwd with empty-line

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60167 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot success in on tomcat-8-trunk

2016-09-26 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/780 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1762371 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/PasswdUserDatabase.java webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:33:31 2016 New Revision: 1762371 URL: http://svn.apache.org/viewvc?rev=1762371&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60167 Handle blank lines by ignoring them Simplify code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomc

svn commit: r1762370 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/LocalStrings.properties java/org/apache/catalina/startup/PasswdUserDatabase.java

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:31:10 2016 New Revision: 1762370 URL: http://svn.apache.org/viewvc?rev=1762370&view=rev Log: Use finally and log exceptions Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties

[Bug 60174] New: HeadersTooLargeException should be logged

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60174 Bug ID: 60174 Summary: HeadersTooLargeException should be logged Product: Tomcat 8 Version: 8.5.5 Hardware: PC OS: Linux Status: NEW Severity: minor

svn commit: r1762363 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/PasswdUserDatabase.java

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:21:15 2016 New Revision: 1762363 URL: http://svn.apache.org/viewvc?rev=1762363&view=rev Log: Clean-up / formatting No functional change. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/PasswdUserDat

svn commit: r1762362 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFrameServer.java

2016-09-26 Thread violetagg
Author: violetagg Date: Mon Sep 26 19:19:28 2016 New Revision: 1762362 URL: http://svn.apache.org/viewvc?rev=1762362&view=rev Log: Skip preparing the socket read buffer and invoke directly SocketWrapperBase.read(boolean, ByteBuffer). Thus the read can be done directly from the socket to the prov

svn commit: r1762361 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/PasswdUserDatabase.java webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:18:17 2016 New Revision: 1762361 URL: http://svn.apache.org/viewvc?rev=1762361&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60167 Handle blank lines by ignoring them Simplify code Modified: tomcat/tc8.0.x/trunk/ (props changed) tomc

svn commit: r1762360 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/LocalStrings.properties java/org/apache/catalina/startup/PasswdUserDatabase.java

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:17:31 2016 New Revision: 1762360 URL: http://svn.apache.org/viewvc?rev=1762360&view=rev Log: Use try-with-resources and log exceptions Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.pr

svn commit: r1762359 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/PasswdUserDatabase.java

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:13:06 2016 New Revision: 1762359 URL: http://svn.apache.org/viewvc?rev=1762359&view=rev Log: Clean-up / formatting No functional change. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/PasswdUserDat

svn commit: r1762358 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/startup/PasswdUserDatabase.java webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 19:10:10 2016 New Revision: 1762358 URL: http://svn.apache.org/viewvc?rev=1762358&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60167 Handle blank lines by ignoring them Simplify code Modified: tomcat/tc8.5.x/trunk/ (props changed) tomc

svn commit: r1762355 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/startup/LocalStrings.properties java/org/apache/catalina/startup/PasswdUserDatabase.java

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 18:52:08 2016 New Revision: 1762355 URL: http://svn.apache.org/viewvc?rev=1762355&view=rev Log: Use try-with-resources and log exceptions Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/LocalStrings.pr

svn commit: r1762354 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/startup/PasswdUserDatabase.java

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 18:51:26 2016 New Revision: 1762354 URL: http://svn.apache.org/viewvc?rev=1762354&view=rev Log: Clean-up / formatting No functional change. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/PasswdUserDat

svn commit: r1762353 - in /tomcat/trunk: java/org/apache/catalina/startup/PasswdUserDatabase.java webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 18:46:15 2016 New Revision: 1762353 URL: http://svn.apache.org/viewvc?rev=1762353&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60167 Ignore empty lines in /etc/passwd files when using the PasswdUserDatabase. Modified: tomcat/trunk/java/org/ap

svn commit: r15673 - in /dev/tomcat/tomcat-connectors/native/1.2.10: binaries/ source/

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 16:18:35 2016 New Revision: 15673 Log: This time with the files... Added: dev/tomcat/tomcat-connectors/native/1.2.10/binaries/ dev/tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-ocsp-win32-bin.zip (with props) dev/tomcat/tomcat

[VOTE] Release Apache Tomcat Native 1.2.10

2016-09-26 Thread Mark Thomas
Version 1.2.10 includes the following change: - Update minimum recommended OpenSSL version to 1.0.2j - Windows binaries built with OpenSSL 1.0.2j The proposed release artefacts can be found at [1], and the build was done using tag [2]. The Apache Tomcat Native 1.2.10 is [ ] Stable, go ahead and

svn commit: r15672 - /dev/tomcat/tomcat-connectors/native/1.2.10/

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 16:14:53 2016 New Revision: 15672 Log: Upload Tomcat Native 1.2.10 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.10/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

svn commit: r1762348 - in /tomcat/trunk/java/org/apache/catalina/startup: LocalStrings.properties PasswdUserDatabase.java

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 16:12:08 2016 New Revision: 1762348 URL: http://svn.apache.org/viewvc?rev=1762348&view=rev Log: Use try-with-resources and log exceptions Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/st

[Bug 60173] tomcat 8 fails with non standard HPACK receiver size

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60173 --- Comment #4 from Matt --- I created the bugzilla report at mozilla.org, not Patrick, because it appeared to me to be a regression in Firefox. I guess looking at who reported it was probably not an option. ;) I had no reason to believe it wa

svn commit: r1762347 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc xdocs/miscellaneous/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 15:48:44 2016 New Revision: 1762347 URL: http://svn.apache.org/viewvc?rev=1762347&view=rev Log: Prep for next tag Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h tomcat/native/trunk/native/os/win32/

svn commit: r1762346 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_10: ./ build.properties.default native/include/tcn_version.h

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 15:46:38 2016 New Revision: 1762346 URL: http://svn.apache.org/viewvc?rev=1762346&view=rev Log: Tag 1.2.10 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_10/ - copied from r1762345, tomcat/native/trunk/ Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_10/bu

svn commit: r1762345 - in /tomcat/native/trunk: native/srclib/VERSIONS xdocs/miscellaneous/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 15:45:26 2016 New Revision: 1762345 URL: http://svn.apache.org/viewvc?rev=1762345&view=rev Log: Update minimum recommended OpenSSL version to 1.0.2j Modified: tomcat/native/trunk/native/srclib/VERSIONS tomcat/native/trunk/xdocs/miscellaneous/changelog.xml M

svn commit: r15667 - /dev/tomcat/tomcat-connectors/native/1.2.9/

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 15:21:45 2016 New Revision: 15667 Log: Drop 1.2.9 - vote was cancelled Removed: dev/tomcat/tomcat-connectors/native/1.2.9/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For addit

[Bug 60173] tomcat 8 fails with non standard HPACK receiver size

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60173 --- Comment #3 from Remy Maucherat --- Here is the right place, I don't see the point of the other two. And the details should be here. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 60173] tomcat 8 fails with non standard HPACK receiver size

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60173 --- Comment #2 from patrick mcmanus --- I don't have a repro for you - you'll need to download firefox 52 or canary. Sorry if you don't want reports about your project in your tracker - that's the only way I can track reports for my project. I

[Bug 60173] tomcat 8 fails with non standard HPACK receiver size

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60173 --- Comment #1 from Remy Maucherat --- I don't think you need to create so many BZs in various places about this. I also read elsewhere "If you've got anybody to reach out to wrt tomcat, that would be helpful.". This must be avoided at all cost

[Bug 60173] New: tomcat 8 fails with non standard HPACK receiver size

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60173 Bug ID: 60173 Summary: tomcat 8 fails with non standard HPACK receiver size Product: Tomcat 8 Version: 8.5.0 Hardware: PC OS: Linux Status: NEW Severity

[Bug 55095] isV0Separator method fail on production environment - IllegalArgumentException : Control character in cookie value or attribute.

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55095 Ian Springer changed: What|Removed |Added Version|7.0.40 |7.0.68 -- You are receiving this mail

[Bug 52543] Exception

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52543 Ian Springer changed: What|Removed |Added Version|7.0.68 |7.0.25 -- You are receiving this mail

[Bug 55095] isV0Separator method fail on production environment - IllegalArgumentException : Control character in cookie value or attribute.

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55095 Ian Springer changed: What|Removed |Added CC||ian.sprin...@gmail.com -- You are rece

[Bug 52543] Exception

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52543 Ian Springer changed: What|Removed |Added Version|7.0.25 |7.0.68 -- You are receiving this mail

[Bug 55095] isV0Separator method fail on production environment - IllegalArgumentException : Control character in cookie value or attribute.

2016-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55095 Ian Springer changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

svn commit: r1762324 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsFrameBase.java WsFrameClient.java server/WsFrameServer.java

2016-09-26 Thread violetagg
Author: violetagg Date: Mon Sep 26 11:42:26 2016 New Revision: 1762324 URL: http://svn.apache.org/viewvc?rev=1762324&view=rev Log: Websocket read implementation now uses SocketWrapperBase.read(boolean, ByteBuffer) Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java t

Re: [VOTE] Release Apache Tomcat Native 1.2.9

2016-09-26 Thread Mark Thomas
On 24/09/2016 09:59, Mark Thomas wrote: > On 23/09/2016 10:43, Mark Thomas wrote: >> Version 1.2.9 includes the following change: >> >> - Update minimum recommended OpenSSL version to 1.0.2i >> - Windows binaries built with OpenSSL 1.0.2i >> >> The proposed release artefacts can be found at [1], >>

buildbot failure in on tomcat-8-trunk

2016-09-26 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/779 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1762300 - in /tomcat/tc7.0.x/trunk: ./ java/javax/annotation/ java/javax/annotation/security/ java/javax/annotation/sql/ java/javax/ejb/ java/javax/persistence/ java/javax/servlet/annotat

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 08:53:00 2016 New Revision: 1762300 URL: http://svn.apache.org/viewvc?rev=1762300&view=rev Log: Add some annotation checks to checkstyle and fix the handful of issues reported. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.prop

svn commit: r1762298 - in /tomcat/tc8.0.x/trunk: ./ java/javax/annotation/ java/javax/annotation/security/ java/javax/annotation/sql/ java/javax/ejb/ java/javax/persistence/ java/javax/servlet/annotat

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 08:43:24 2016 New Revision: 1762298 URL: http://svn.apache.org/viewvc?rev=1762298&view=rev Log: Add some annotation checks to checkstyle and fix the handful of issues reported. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/javax

svn commit: r1762297 - in /tomcat/tc8.5.x/trunk: ./ java/javax/annotation/ java/javax/annotation/security/ java/javax/annotation/sql/ java/javax/ejb/ java/javax/persistence/ java/javax/servlet/annotat

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 08:42:07 2016 New Revision: 1762297 URL: http://svn.apache.org/viewvc?rev=1762297&view=rev Log: Add some annotation checks to checkstyle and fix the handful of issues reported. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/javax

svn commit: r1762296 - in /tomcat/trunk: java/javax/annotation/ java/javax/annotation/security/ java/javax/annotation/sql/ java/javax/ejb/ java/javax/persistence/ java/javax/servlet/annotation/ java/j

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 08:40:49 2016 New Revision: 1762296 URL: http://svn.apache.org/viewvc?rev=1762296&view=rev Log: Add some annotation checks to checkstyle and fix the handful of issues reported. Modified: tomcat/trunk/java/javax/annotation/ManagedBean.java tomcat/trunk/java/j

svn commit: r1762293 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 08:17:43 2016 New Revision: 1762293 URL: http://svn.apache.org/viewvc?rev=1762293&view=rev Log: ws police Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc

svn commit: r1762292 - in /tomcat/tc8.0.x/trunk: ./ res/rat/rat-excludes.txt

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 08:15:01 2016 New Revision: 1762292 URL: http://svn.apache.org/viewvc?rev=1762292&view=rev Log: Additional required excludes. Based on a patch by Gavin McDonald Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt

svn commit: r1762291 - in /tomcat/tc8.5.x/trunk: ./ res/rat/rat-excludes.txt

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 08:12:00 2016 New Revision: 1762291 URL: http://svn.apache.org/viewvc?rev=1762291&view=rev Log: Additional required excludes. Based on a patch by Gavin McDonald Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/res/rat/rat-excludes.txt

svn commit: r1762290 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 08:10:36 2016 New Revision: 1762290 URL: http://svn.apache.org/viewvc?rev=1762290&view=rev Log: ws police Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc

svn commit: r1762289 - /tomcat/trunk/webapps/docs/changelog.xml

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 07:56:28 2016 New Revision: 1762289 URL: http://svn.apache.org/viewvc?rev=1762289&view=rev Log: ws police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps

Re: svn commit: r1762168 - in /tomcat/trunk: res/rat/rat-excludes.txt webapps/docs/changelog.xml

2016-09-26 Thread Mark Thomas
On 26/09/2016 03:24, Gavin McDonald wrote: > Sorry, seems I never fully tested this at all :/ > > Would you mind please applying inline patch to trunk > > Thanks. > > Gav... Done (with one small tweak to the line number for one of them). I'll watch the output for this one and look at the earli

svn commit: r1762288 - /tomcat/trunk/res/rat/rat-excludes.txt

2016-09-26 Thread markt
Author: markt Date: Mon Sep 26 07:53:46 2016 New Revision: 1762288 URL: http://svn.apache.org/viewvc?rev=1762288&view=rev Log: Additional required excludes. Based on a patch by Gavin McDonald Modified: tomcat/trunk/res/rat/rat-excludes.txt Modified: tomcat/trunk/res/rat/rat-excludes.txt URL: