DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #37 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 04:59:26 EDT --- Mark, I tried to build the current trunk to validate the code and mark some improvements but I fails with: build-docs: [xslt] Transforming into E:\Pr

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #38 from Mark Thomas 2011-04-01 05:07:36 EDT --- Looks like you have a build environment problem. It builds fine for me and the multiple CI systems (buildbot and gump) that build this codebase. The users list is the best place t

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2011-04-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #39 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 05:46:38 EDT --- (In reply to comment #38) > Looks like you have a build environment problem. It builds fine for me and the > multiple CI systems (buildbot and gump) that b

svn commit: r1087643 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/cor

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 10:49:43 2011 New Revision: 1087643 URL: http://svn.apache.org/viewvc?rev=1087643&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=12428 Add optional support for preemptive authentication on a per context basis Based on a patch suggested by Werner

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-04-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #40 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 07:10:15 EDT --- Mark, there are some glitches which have to be addressed in my opinion: Constants.java: - DEFAULT_SPN_CLASS is never used, forgot to delete? - DEFAULT_KR

svn commit: r1087650 - /tomcat/trunk/java/org/apache/catalina/authenticator/Constants.java

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 11:14:00 2011 New Revision: 1087650 URL: http://svn.apache.org/viewvc?rev=1087650&view=rev Log: Removed unused code Modified: tomcat/trunk/java/org/apache/catalina/authenticator/Constants.java Modified: tomcat/trunk/java/org/apache/catalina/authenticator/Consta

svn commit: r1087651 - in /tomcat/trunk: java/org/apache/catalina/authenticator/SpnegoAuthenticator.java webapps/docs/config/valve.xml

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 11:16:02 2011 New Revision: 1087651 URL: http://svn.apache.org/viewvc?rev=1087651&view=rev Log: Consistent naming Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAuthenticator.java tomcat/trunk/webapps/docs/config/valve.xml Modified: to

DO NOT REPLY [Bug 12428] request.getUserPrincipal(): Misinterpretation of specification?

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=12428 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r1087652 - in /tomcat/trunk: java/org/apache/catalina/realm/RealmBase.java webapps/docs/config/realm.xml

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 11:23:54 2011 New Revision: 1087652 URL: http://svn.apache.org/viewvc?rev=1087652&view=rev Log: Better name Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java tomcat/trunk/webapps/docs/config/realm.xml Modified: tomcat/trunk/java/org/apach

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #41 from Mark Thomas 2011-04-01 07:30:16 EDT --- (In reply to comment #40) > - DEFAULT_SPN_CLASS is never used, forgot to delete? Fixed > - DEFAULT_KRB5_CONF value: .ini is Windows style, on Unix is krb5.conf only. I > would st

svn commit: r1087655 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/realm/ test/org/apache/catalina/authenticator/ webapps/docs/ webapps/docs/config/

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 11:36:54 2011 New Revision: 1087655 URL: http://svn.apache.org/viewvc?rev=1087655&view=rev Log: Add additional configuration options to the DIGEST authenticator Added: tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java (with pro

Time for 7.0.12

2011-04-01 Thread Mark Thomas
Hi, It is the beginning of the month so I am shortly going to start the release process for 7.0.12. Assuming no problems, expect the vote towards the end of today. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-04-01 Thread Mark Thomas
On 01/04/2011 10:54, Bill Barker wrote: > Full details are available at: > > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html I'm seeing a slightly different issue when I run the unit tests. Tomcat hangs during shutdown. It looks to be hanging in the DedicatedTh

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #42 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 08:41:22 EDT --- Mark, I just compiled and deployed 7.0.12-dev to our test server. It works but fails at some point. The default server.xml is configured with:

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #43 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 08:47:46 EDT --- (In reply to comment #41) > (In reply to comment #40) > > - DEFAULT_SPN_CLASS is never used, forgot to delete? > Fixed > > > - DEFAULT_KRB5_CONF value: .i

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #44 from Michael Osipov <1983-01...@gmx.net> 2011-04-01 08:49:08 EDT --- (In reply to comment #43) > I disagree again because abstraction is not missing and not everyone uses an > Oracle JVM. Should read: I disagree again becau

Re: svn commit: r1087655 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/realm/ test/org/apache/catalina/authenticator/ webapps/docs/ webapps/docs/config/

2011-04-01 Thread Konstantin Kolinko
2011/4/1 : > Author: markt > Date: Fri Apr  1 11:36:54 2011 > New Revision: 1087655 > > URL: http://svn.apache.org/viewvc?rev=1087655&view=rev > Log: > Add additional configuration options to the DIGEST authenticator > > Added: >     > tomcat/trunk/test/org/apache/catalina/authenticator/TestDigest

Re: svn commit: r1087655 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/realm/ test/org/apache/catalina/authenticator/ webapps/docs/ webapps/docs/config/

2011-04-01 Thread Mark Thomas
On 01/04/2011 14:09, Konstantin Kolinko wrote: > 2011/4/1 : >> Author: markt >> Date: Fri Apr 1 11:36:54 2011 >> New Revision: 1087655 >> >> URL: http://svn.apache.org/viewvc?rev=1087655&view=rev >> Log: >> Add additional configuration options to the DIGEST authenticator >> >> Added: >> >> to

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-04-01 Thread Konstantin Kolinko
2011/4/1 Mark Thomas : > On 01/04/2011 10:54, Bill Barker wrote: > >> Full details are available at: >>     >> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html > > I'm seeing a slightly different issue when I run the unit tests. Tomcat > hangs during shutdown. It look

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-04-01 Thread Mark Thomas
On 01/04/2011 14:37, Konstantin Kolinko wrote: > 2011/4/1 Mark Thomas : >> Tomcat hangs during shutdown. > > I did not observe any issues with DedicatedThreadExecutor. All runs OK > for me. (three connectors, Win32, JDK 6u24). I'm seeing random hangs will all three connectors. Win64, JDK 6u26,

svn commit: r1087709 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 13:55:25 2011 New Revision: 1087709 URL: http://svn.apache.org/viewvc?rev=1087709&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1

svn commit: r1087710 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 13:56:12 2011 New Revision: 1087710 URL: http://svn.apache.org/viewvc?rev=1087710&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-04-01 Thread Konstantin Kolinko
2011/4/1 Mark Thomas : > On 01/04/2011 14:37, Konstantin Kolinko wrote: >> 2011/4/1 Mark Thomas : > >>>  Tomcat hangs during shutdown. >> >> I did not observe any issues with DedicatedThreadExecutor. All runs OK >> for me. (three connectors, Win32, JDK 6u24). > > I'm seeing random hangs will all th

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-04-01 Thread Mark Thomas
On 01/04/2011 15:01, Konstantin Kolinko wrote: > 2011/4/1 Mark Thomas : >> On 01/04/2011 14:37, Konstantin Kolinko wrote: >>> 2011/4/1 Mark Thomas : >> Tomcat hangs during shutdown. >>> >>> I did not observe any issues with DedicatedThreadExecutor. All runs OK >>> for me. (three connectors, W

svn commit: r1087715 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 14:24:43 2011 New Revision: 1087715 URL: http://svn.apache.org/viewvc?rev=1087715&view=rev Log: Workaround shutdown issue in unit tests Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/webapps/docs/changelog.xml Modifie

svn commit: r1087720 - in /tomcat: tc6.0.x/trunk/webapps/docs/config/http.xml trunk/webapps/docs/config/http.xml

2011-04-01 Thread kkolinko
Author: kkolinko Date: Fri Apr 1 14:30:25 2011 New Revision: 1087720 URL: http://svn.apache.org/viewvc?rev=1087720&view=rev Log: Correct typos in description of NIO connector in config/http.html, especially in TC6. An attribute is called "processorCache", not "processCache". Modified: tomca

svn commit: r1087721 - /tomcat/tc6.0.x/trunk/java/org/apache/juli/FileHandler.java

2011-04-01 Thread kkolinko
Author: kkolinko Date: Fri Apr 1 14:39:24 2011 New Revision: 1087721 URL: http://svn.apache.org/viewvc?rev=1087721&view=rev Log: Document configuration properties of o.a.juli.FileHandler. It is backport of JavaDoc from TC7 except the "rotatable" property which is not implemented yet. Modified:

svn commit: r1087738 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/naming/resources/DirContextURLConnection.java webapps/docs/changelog.xml

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 15:12:06 2011 New Revision: 1087738 URL: http://svn.apache.org/viewvc?rev=1087738&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=27988 Improve reporting of missing files Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/t

DO NOT REPLY [Bug 27988] Unhelpful FileNotFoundException raised

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=27988 --- Comment #3 from Mark Thomas 2011-04-01 11:12:27 EDT --- Fixed in 6.0.x and will be included in 6.0.33 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becaus

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #15 from Brad Plies 2011-04-01 12:16:03 EDT --- (In reply to comment #14) > It may be unrelated, but I'm trying to track down a (very) reproducible error > on one of our products where using Firefox with HTTP pipelining enabled

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #16 from Brad Plies 2011-04-01 12:18:46 EDT --- I cannot remember now, but I'm sure I observed this under IE as well during my proxy tests. So I'm not certain this problem is confined to Firefox -- Configure bugmail: https:/

svn commit: r1087791 - /tomcat/trunk/webapps/docs/realm-howto.xml

2011-04-01 Thread kkolinko
Author: kkolinko Date: Fri Apr 1 16:38:07 2011 New Revision: 1087791 URL: http://svn.apache.org/viewvc?rev=1087791&view=rev Log: Update the realm-howto: In TC7 the tomcat-util.jar is also needed on the classpath to call the o.a.c.realm.RealmBase class. Modified: tomcat/trunk/webapps/docs/re

svn commit: r1087797 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_12: ./ build.properties.default modules/

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 16:47:12 2011 New Revision: 1087797 URL: http://svn.apache.org/viewvc?rev=1087797&view=rev Log: Tag 7.0.12 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_12/ (props changed) - copied from r1087796, tomcat/trunk/ Removed: tomcat/tc7.0.x/tags/TOMCAT_7_0_12/modu

svn commit: r1087798 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 16:49:16 2011 New Revision: 1087798 URL: http://svn.apache.org/viewvc?rev=1087798&view=rev Log: Bump version ready for next release Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default Modified: tomcat/trunk/build.pr

svn commit: r1087819 - in /tomcat/trunk: java/org/apache/catalina/Realm.java webapps/docs/changelog.xml

2011-04-01 Thread markt
Author: markt Date: Fri Apr 1 17:19:39 2011 New Revision: 1087819 URL: http://svn.apache.org/viewvc?rev=1087819&view=rev Log: Correct a Javadoc mix-up Modified: tomcat/trunk/java/org/apache/catalina/Realm.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apach

[VOTE] Release Apache Tomcat 7.0.12

2011-04-01 Thread Mark Thomas
The proposed Apache Tomcat 7.0.12 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.12/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_12/ The proposed 7.0.12 release is: [ ] Broken - do not release [ ]

[Tomcat Wiki] Update of "Merv Stevens" by Merv Stevens

2011-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Merv Stevens" page has been changed by Merv Stevens. The comment on this change is: http://affiliatesystemexplosionhq.com. http://wiki.apache.org/tomcat/Merv%20Stevens

Page Merv Stevens deleted from Tomcat Wiki

2011-04-01 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page "Tomcat Wiki" for change notification. The page "Merv Stevens" has been deleted by TimFunk. The comment on this change is: spam. http://wiki.apache.org/tomcat/Merv%20Stevens - T

DO NOT REPLY [Bug 12428] request.getUserPrincipal(): Misinterpretation of specification?

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=12428 --- Comment #30 from Christopher Schultz 2011-04-01 17:07:10 EDT --- Fascinating reading. My question would be: why does anyone want to have a resource that doesn't need authentication (no security-constraint) but then checks the authentic

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #17 from Christopher Schultz 2011-04-01 17:47:27 EDT --- If all the bug takes is load to reproduce, it should be easy to set up a test that uses wget or something similar to just download a list of files a whole bunch of times.

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #18 from Sebb 2011-04-01 18:05:02 EDT --- Sounds like a job for Apache JMeter ... that can issue a large load, and supports Keep-Alive and assertions to check for failures. The HttpClient version of the HTTP Sampler has better

svn commit: r1087920 - /tomcat/tc5.5.x/trunk/connectors/juli/src/java/org/apache/juli/FileHandler.java

2011-04-01 Thread kkolinko
Author: kkolinko Date: Fri Apr 1 22:24:26 2011 New Revision: 1087920 URL: http://svn.apache.org/viewvc?rev=1087920&view=rev Log: JavaDoc: Document configuration properties of o.a.juli.FileHandler. These are the same as in TC6, except the "bufferSize" property which is not implemented. Modified:

DO NOT REPLY [Bug 39661] Please document JULI FileHandler configuration properties

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39661 Konstantin Kolinko changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-04-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-04-01 Thread Konstantin Kolinko
2011/4/1 Konstantin Kolinko : > 2011/4/1 Mark Thomas : >> On 01/04/2011 10:54, Bill Barker wrote: >> >>> Full details are available at: >>>     >>> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html >> >> I'm seeing a slightly different issue when I run the unit tests.

svn commit: r1087942 - in /tomcat/tc6.0.x/trunk: conf/logging.properties webapps/docs/changelog.xml webapps/docs/logging.xml

2011-04-01 Thread kkolinko
Author: kkolinko Date: Sat Apr 2 00:38:14 2011 New Revision: 1087942 URL: http://svn.apache.org/viewvc?rev=1087942&view=rev Log: Improve the logging documentation Updated the comment in conf/logging.properties as well. CTR: docs Modified: tomcat/tc6.0.x/trunk/conf/logging.properties tomc

svn commit: r1087943 - /tomcat/trunk/webapps/docs/logging.xml

2011-04-01 Thread kkolinko
Author: kkolinko Date: Sat Apr 2 00:42:29 2011 New Revision: 1087943 URL: http://svn.apache.org/viewvc?rev=1087943&view=rev Log: Improve the logging documentation Modified: tomcat/trunk/webapps/docs/logging.xml Modified: tomcat/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/view

svn commit: r1087949 - in /tomcat/trunk/webapps/docs: changelog.xml security-manager-howto.xml

2011-04-01 Thread kkolinko
Author: kkolinko Date: Sat Apr 2 00:59:38 2011 New Revision: 1087949 URL: http://svn.apache.org/viewvc?rev=1087949&view=rev Log: Configure Security Manager How-To to include a copy of the actual conf/catalina.policy file when the documentation is built, rather than maintaining a copy of its conte

svn commit: r1087955 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/changelog.xml webapps/docs/security-manager-howto.xml

2011-04-01 Thread kkolinko
Author: kkolinko Date: Sat Apr 2 01:41:55 2011 New Revision: 1087955 URL: http://svn.apache.org/viewvc?rev=1087955&view=rev Log: Configure Security Manager How-To to include a copy of the actual conf/catalina.policy file when the documentation is built, rather than maintaining a copy of its conte

svn commit: r1087957 - in /tomcat/tc5.5.x/trunk/container/webapps/docs: changelog.xml security-manager-howto.xml

2011-04-01 Thread kkolinko
Author: kkolinko Date: Sat Apr 2 01:56:48 2011 New Revision: 1087957 URL: http://svn.apache.org/viewvc?rev=1087957&view=rev Log: Configure Security Manager How-To to include a copy of the actual conf/catalina.policy file when the documentation is built, rather than maintaining a copy of its conte

svn commit: r1087959 - /tomcat/tc5.5.x/trunk/container/catalina/src/conf/catalina.policy

2011-04-01 Thread kkolinko
Author: kkolinko Date: Sat Apr 2 02:03:35 2011 New Revision: 1087959 URL: http://svn.apache.org/viewvc?rev=1087959&view=rev Log: Wrap a long comment in catalina.policy CTR Modified: tomcat/tc5.5.x/trunk/container/catalina/src/conf/catalina.policy Modified: tomcat/tc5.5.x/trunk/container/cat