DO NOT REPLY [Bug 47053] org.apache.catalina.loader.WebAppClassLoader.getResources returns two resource URLs for identical resource when spaces exists in classpath

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47053 Justin K changed: What|Removed |Added Resolution|WORKSFORME |WONTFIX -- Configure bugmail: http

DO NOT REPLY [Bug 47053] org.apache.catalina.loader.WebAppClassLoader.getResources returns two resource URLs for identical resource when spaces exists in classpath

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47053 --- Comment #2 from Justin K 2009-07-07 21:42:33 PST --- Sorry, I don't have time to reproduce it at the moment. There were 3 members of my team with exactly the same problem so it wasn't just one machine. I thought it would be worth

DO NOT REPLY [Bug 45975] JAAS Login Module fails to load on Windows in directories with spaces in the path

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45975 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Tomcat Wiki] Update of "TomcatVersions" by markt

2009-07-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/TomcatVersions The comment on the change is: 4.1.x has (probably) seen its last release. Process for archived

DO NOT REPLY [Bug 39557] Include of JSP documents with custom tag libs

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39557 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

JDBCStore save single threaded

2009-07-07 Thread Mitch Claborn
The save(Session) method in org.apache.catalina.session.JDBCStore is single threaded, I assume because it uses a single database Connection for the instance. Is there any reason that I couldn't (or shouldn't) subclass JDBStore and use a connection pool, allowing it to be multi-threaded? Mitch

Re: Immediately persist sessions to database

2009-07-07 Thread Mitch Claborn
That worked great. Thanks. Mitch Claborn Rainer Jung wrote: > On 07.07.2009 18:21, Mitch Claborn wrote: > >> I'm experimenting with writing some code to persist a session to the >> database, similar to org.apache.catalina.session.PersistentManager and >> org.apache.catalina.session.JDBCSt

DO NOT REPLY [Bug 39326] RMI doesn't work when unpackWars="true"

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39326 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

DO NOT REPLY [Bug 46085] Session are incorrectly expired due to thread unsafe code

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46085 --- Comment #6 from Mark Thomas 2009-07-07 11:12:44 PST --- Then that looks like a bug in the IBM implementation of atomics. Maybe try testing with a newer IBM JDK? As an aside, this looks like it belongs on the users list rather than

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

2009-07-07 Thread fhanik
Author: fhanik Date: Tue Jul 7 17:45:20 2009 New Revision: 791918 URL: http://svn.apache.org/viewvc?rev=791918&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=79

DO NOT REPLY [Bug 46085] Session are incorrectly expired due to thread unsafe code

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46085 --- Comment #5 from Daniel 2009-07-07 10:26:26 PST --- Hi Mark. Thanks for the link! I set ACTIVITY_CHECK to true and still got random session timeouts with the IBM JVM. Setting STRICT_SERVLET_COMPLIANCE to true didn't change this

svn commit: r791914 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java java/org/apache/tomcat/util/net/SocketProperties.java webapps/docs/config/http.xml

2009-07-07 Thread fhanik
Author: fhanik Date: Tue Jul 7 17:21:15 2009 New Revision: 791914 URL: http://svn.apache.org/viewvc?rev=791914&view=rev Log: Improve shutdown time for NIO connectors, to block in a minimal fashion, yet leave the pollers time to close out their connections Modified: tomcat/trunk/java/org/apa

svn commit: r791912 - /tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java

2009-07-07 Thread fhanik
Author: fhanik Date: Tue Jul 7 17:08:31 2009 New Revision: 791912 URL: http://svn.apache.org/viewvc?rev=791912&view=rev Log: When shutting down, to so immediately Modified: tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r791911 - /tomcat/trunk/java/org/apache/juli/OneLineFormatter.java

2009-07-07 Thread fhanik
Author: fhanik Date: Tue Jul 7 17:08:05 2009 New Revision: 791911 URL: http://svn.apache.org/viewvc?rev=791911&view=rev Log: Add milliseconds, seconds is not granular enough for log entries Modified: tomcat/trunk/java/org/apache/juli/OneLineFormatter.java Modified: tomcat/trunk/java/org/apa

Re: Immediately persist sessions to database

2009-07-07 Thread Rainer Jung
On 07.07.2009 18:21, Mitch Claborn wrote: > I'm experimenting with writing some code to persist a session to the > database, similar to org.apache.catalina.session.PersistentManager and > org.apache.catalina.session.JDBCStore, but to store it immediately after > the end of a user request, when the

DO NOT REPLY [Bug 39231] The JAAS contract for LoginModule is broken

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39231 --- Comment #6 from Mark Thomas 2009-07-07 09:42:24 PST --- I have fixed trunk and proposed the patch for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

svn commit: r791903 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-07-07 Thread markt
Author: markt Date: Tue Jul 7 16:42:05 2009 New Revision: 791903 URL: http://svn.apache.org/viewvc?rev=791903&view=rev Log: Propose patch for 39231 Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.ap

svn commit: r791900 - in /tomcat/trunk/java/org/apache/catalina: realm/GenericPrincipal.java realm/JAASRealm.java session/LocalStrings.properties session/StandardSession.java

2009-07-07 Thread markt
Author: markt Date: Tue Jul 7 16:33:02 2009 New Revision: 791900 URL: http://svn.apache.org/viewvc?rev=791900&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39231 The JAAS contract for LoginModule says we have to call logout(). This won't always work (eg if there is no sess

Immediately persist sessions to database

2009-07-07 Thread Mitch Claborn
I'm experimenting with writing some code to persist a session to the database, similar to org.apache.catalina.session.PersistentManager and org.apache.catalina.session.JDBCStore, but to store it immediately after the end of a user request, when the session goes out of "scope". Any pointers on wher

svn commit: r791844 - /tomcat/current/tc5.5.x/STATUS.txt

2009-07-07 Thread markt
Author: markt Date: Tue Jul 7 14:11:07 2009 New Revision: 791844 URL: http://svn.apache.org/viewvc?rev=791844&view=rev Log: Remove applied patches Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.

DO NOT REPLY [Bug 38897] Invalid TLDs receive cryptic error

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38897 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r791840 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java jasper/tc5.5.x/src/share/org/apache/jasper/re

2009-07-07 Thread markt
Author: markt Date: Tue Jul 7 14:04:09 2009 New Revision: 791840 URL: http://svn.apache.org/viewvc?rev=791840&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38897 Add uri of broken TLD to error message to help debugging Modified: tomcat/container/tc5.5.x/webapps/docs/ch

DO NOT REPLY [Bug 37984] JNDIRealm.java not able to handle MD5 password

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37984 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r791839 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2009-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:59:39 2009 New Revision: 791839 URL: http://svn.apache.org/viewvc?rev=791839&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37984 Strip {MD5} as well as {SHA} from digested passwords Modified: tomcat/container/tc5.5.x/catalina/src/share

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

2009-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:51:10 2009 New Revision: 791836 URL: http://svn.apache.org/viewvc?rev=791836&view=rev Log: Vote 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=791836&

DO NOT REPLY [Bug 38897] Invalid TLDs receive cryptic error

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38897 --- Comment #8 from Mark Thomas 2009-07-07 06:44:13 PST --- Fixed in trunk and will be in 6.0.21 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: -

svn commit: r791835 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/TagLibraryInfoImpl.java java/org/apache/jasper/resources/LocalStrings.properties webapps/docs/changelog.xm

2009-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:43:58 2009 New Revision: 791835 URL: http://svn.apache.org/viewvc?rev=791835&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38897 Add uri of broken TLD to error message to help debugging Modified: tomcat/tc6.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 37984] JNDIRealm.java not able to handle MD5 password

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37984 --- Comment #3 from Mark Thomas 2009-07-07 06:38:16 PST --- Fixed in 6.0.x and will be included in 6.0.21 omwards -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail be

svn commit: r791829 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2009-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:32:45 2009 New Revision: 791829 URL: http://svn.apache.org/viewvc?rev=791829&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37984 Strip {MD5} as well as {SHA} from digested passwords Modified: tomcat/tc6.0.x/trunk/ (props changed)

Re: Minimum Ant version for Tomcat 5.5 (was Re: svn commit: r791159)

2009-07-07 Thread Konstantin Kolinko
2009/7/4 Konstantin Kolinko : >> New Revision: 791159 >> URL: http://svn.apache.org/viewvc?rev=791159&view=rev >> Log: >> proposal >> >> + >> +* Document minimum required Ant version to be 1.6.2, instead of 1.5.x >> +  Note, that http://tomcat.apache.org/tomcat-5.5-doc/building.html already >> +  m

svn commit: r791823 - in /tomcat/sandbox/tomcat-oacc/trunk: RELEASE-NOTES RUNNING.txt

2009-07-07 Thread rjung
Author: rjung Date: Tue Jul 7 13:13:40 2009 New Revision: 791823 URL: http://svn.apache.org/viewvc?rev=791823&view=rev Log: Fix class name syntax in OACC docs. Modified: tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt Modified: tomcat/sandbox/

svn commit: r791821 - in /tomcat: build/tc5.5.x/BUILDING.txt container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 13:12:05 2009 New Revision: 791821 URL: http://svn.apache.org/viewvc?rev=791821&view=rev Log: Document minimum required Ant version to be 1.6.2. Note, that /tomcat-doc/building.html already mentions 1.6.2, and that e.g. rev.791806 requires Ant 1.6.1 or later Modi

svn commit: r791819 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 12:53:46 2009 New Revision: 791819 URL: http://svn.apache.org/viewvc?rev=791819&view=rev Log: Update changelog with recently applied patches. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/change

svn commit: r791810 - in /tomcat: build/tc5.5.x/ connectors/trunk/coyote/ connectors/trunk/http11/ connectors/trunk/jni/ connectors/trunk/juli/ container/tc5.5.x/catalina/ container/tc5.5.x/modules/gr

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 12:17:35 2009 New Revision: 791810 URL: http://svn.apache.org/viewvc?rev=791810&view=rev Log: Specify explicit encoding when performing filtering in copy and replace tasks Modified: tomcat/build/tc5.5.x/build.xml tomcat/connectors/trunk/coyote/build.xml

svn commit: r791806 - in /tomcat: build/tc5.5.x/build.xml container/tc5.5.x/build.xml container/tc5.5.x/catalina/build.xml container/tc5.5.x/tester/build.xml current/tc5.5.x/STATUS.txt jasper/tc5.5.x/

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 12:11:57 2009 New Revision: 791806 URL: http://svn.apache.org/viewvc?rev=791806&view=rev Log: Patch for fixcrlf tasks: * Specify explicit encoding, instead of using the platform default one * Don't add blank lines to files * Added **/*.rtf to the list of exclus

svn commit: r791805 - in /tomcat: build/tc5.5.x/ connectors/trunk/coyote/ connectors/trunk/http11/ connectors/trunk/jk/ connectors/trunk/jk/jkstatus/ connectors/trunk/jni/ connectors/trunk/juli/ conne

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 12:06:56 2009 New Revision: 791805 URL: http://svn.apache.org/viewvc?rev=791805&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47149 Explicitly specify encoding for the source files when compiling Modified: tomcat/build/tc5.5.x/build.xml

DO NOT REPLY [Bug 47464] Do not include *.class files created by IDE into src archives of TC 5.5

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47464 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r791802 - in /tomcat: build/tc5.5.x/build.xml current/tc5.5.x/STATUS.txt

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 11:50:52 2009 New Revision: 791802 URL: http://svn.apache.org/viewvc?rev=791802&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47464 Do not include *.class files produced by IDE into src archives of TC 5.5 Also, I limited the scope of fixcrlf

svn commit: r791799 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 11:40:06 2009 New Revision: 791799 URL: http://svn.apache.org/viewvc?rev=791799&view=rev Log: Add changelog entry for Mladen's update of procrun. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.

svn commit: r791798 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 11:39:22 2009 New Revision: 791798 URL: http://svn.apache.org/viewvc?rev=791798&view=rev Log: Add changelog entry for Mladen's update of procrun. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/ch

DO NOT REPLY [Bug 41538] Unable to run Tomcat as a Windows service under JDK 1.6

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538 --- Comment #34 from Konstantin Kolinko 2009-07-07 04:31:23 PST --- procrun 2.0.5 has a fix/workaround for this issue http://markmail.org/thread/nhkrskh6bwyirwru http://www.nabble.com/Updated-procrun-binaries-td23778191.html It will

DO NOT REPLY [Bug 47487] "null " as result of expression evaluation

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47487 ma...@infoniqa.com changed: What|Removed |Added CC||ma...@infoniqa.com -- Con

DO NOT REPLY [Bug 47487] "null " as result of expression evaluation

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47487 Alfred Staflinger changed: What|Removed |Added CC||alfred.staflin...@infoniqa.

DO NOT REPLY [Bug 46381] Coerce EL expression to java.lang.Object breaks expression concatenation

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46381 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

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

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 10:55:40 2009 New Revision: 791790 URL: http://svn.apache.org/viewvc?rev=791790&view=rev Log: vote and 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

svn commit: r791789 - in /tomcat/trunk/java/org/apache/catalina/ha/session: LocalStrings.properties LocalStrings_es.properties

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 10:50:40 2009 New Revision: 791789 URL: http://svn.apache.org/viewvc?rev=791789&view=rev Log: Remove standardSession strings not used by DeltaSession Modified: tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties tomcat/trunk/java/org/

DO NOT REPLY [Bug 47487] New: "null " as result of expression evaluation

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47487 Summary: "null " as result of expression evaluation Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Windows Vista Status: NEW Severity: critical Pr

svn commit: r791782 - /tomcat/current/tc5.5.x/STATUS.txt

2009-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 10:21:50 2009 New Revision: 791782 URL: http://svn.apache.org/viewvc?rev=791782&view=rev Log: comment Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt

Re: [PROPOSAL] Remove SVN keywords from JavaDoc

2009-07-07 Thread Mark Thomas
Konstantin Kolinko wrote: > As was written early in this my thread: > http://www.nabble.com/Coding-Guidelines%2C-encodings%2C-keywords-td23662661.html > (http://markmail.org/thread/d6dsgrsfvnuzclt7) > > there are problems with Subversion $Date$ keyword: > 1. It uses localized names for the month a

svn commit: r791735 - /tomcat/current/tc5.5.x/STATUS.txt

2009-07-07 Thread rjung
Author: rjung Date: Tue Jul 7 07:45:35 2009 New Revision: 791735 URL: http://svn.apache.org/viewvc?rev=791735&view=rev Log: Add comment. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.t

DO NOT REPLY [Bug 45785] ClassCastException if directory ending with .jar exists in WEB-INF/lib

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 Rolf Wojtech changed: What|Removed |Added CC||r...@wojtech.de -- Configure b

DO NOT REPLY [Bug 45785] ClassCastException if directory ending with .jar exists in WEB-INF/lib

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 Rolf Wojtech changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 45785] ClassCastException if directory ending with .jar exists in WEB-INF/lib

2009-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 --- Comment #3 from Rolf Wojtech 2009-07-07 00:35:40 PST --- Created an attachment (id=23934) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23934) Add support for directories with name ending on .jar While the specific ca

Re: [PROPOSAL] Remove SVN keywords from JavaDoc

2009-07-07 Thread Rainer Jung
On 07.07.2009 04:34, William A. Rowe, Jr. wrote: > Rainer Jung wrote: >> So I like the idea of using Id, but I am open to arguments for dropping it. > > In httpd, we use; in the reference > file, and the tag which > is updated in order to determine how far out of sync translations have fallen. >

svn commit: r791730 - /tomcat/current/tc5.5.x/STATUS.txt

2009-07-07 Thread rjung
Author: rjung Date: Tue Jul 7 07:23:42 2009 New Revision: 791730 URL: http://svn.apache.org/viewvc?rev=791730&view=rev Log: Remove comment. Konstantin explained it on tomcat-dev. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.