Re: svn commit: r880742 - /tomcat/native/branches/1.1.x/STATUS.txt

2009-11-17 Thread jean-frederic clere
On 11/17/2009 08:46 AM, Mladen Turk wrote: On 16/11/09 14:35, jean-frederic clere wrote: On 11/16/2009 02:28 PM, jfcl...@apache.org wrote: Well native is Commit-Then-Review. Mladen please commit. Done. Do you wish to tag the 1.1.18? Yes. If do, don't forget this time to define TCN_IS_DEV

DO NOT REPLY [Bug 48208] New: allow client certificate with any issuer: server.xml connector attribute "acceptAllCerts"

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48208 Summary: allow client certificate with any issuer: server.xml connector attribute "acceptAllCerts" Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows

DO NOT REPLY [Bug 48208] allow client certificate with any issuer: server.xml connector attribute "acceptAllCerts"

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48208 Ralf Hauser changed: What|Removed |Added CC||hau...@acm.org, |

DO NOT REPLY [Bug 48158] warn that "per directory client certificate authentication" is harmful

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48158 Ralf Hauser changed: What|Removed |Added Attachment #24542|0 |1 is obsolete|

Re: Sharing the same $CATALINA_BASE

2009-11-17 Thread Rainer Jung
On 17.11.2009 07:51, Mladen Turk wrote: > Hi, > > Anyone knows what might be the pitfalls of sharing the > CATALINA_BASE among multiple TC instances? > > Presume you have a way to bind multiple instance's > Connectors to the same ports what might be other problems? > > For example app management

Re: Sharing the same $CATALINA_BASE

2009-11-17 Thread Mladen Turk
On 17/11/09 10:40, Rainer Jung wrote: On 17.11.2009 07:51, Mladen Turk wrote: Hi, Anyone knows what might be the pitfalls of sharing the CATALINA_BASE among multiple TC instances? Presume you have a way to bind multiple instance's Connectors to the same ports what might be other problems? For

DO NOT REPLY [Bug 48207] hh

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

DO NOT REPLY [Bug 48214] New: JDBC DriverManager: no suitable driver found after context reload

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48214 Summary: JDBC DriverManager: no suitable driver found after context reload Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 48214] JDBC DriverManager: no suitable driver found after context reload

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48214 --- Comment #1 from Rainer Frey 2009-11-17 07:24:28 UTC --- Created an attachment (id=24551) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24551) Servlet Source of Test Case -- Configure bugmail: https://issues.apache.org/bu

DO NOT REPLY [Bug 48214] JDBC DriverManager: no suitable driver found after context reload

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48214 Rainer Frey changed: What|Removed |Added Attachment #24551|application/octet-stream|text/plain mime type|

svn commit: r881396 - /tomcat/trunk/java/org/apache/juli/FileHandler.java

2009-11-17 Thread fhanik
Author: fhanik Date: Tue Nov 17 17:35:57 2009 New Revision: 881396 URL: http://svn.apache.org/viewvc?rev=881396&view=rev Log: Make the file handler thread safe Modified: tomcat/trunk/java/org/apache/juli/FileHandler.java Modified: tomcat/trunk/java/org/apache/juli/FileHandler.java URL: htt

svn commit: r881402 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/JdbcInterceptor.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 17:39:51 2009 New Revision: 881402 URL: http://svn.apache.org/viewvc?rev=881402&view=rev Log: Update Javadoc to reflect changed default for useEquals Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/JdbcInterceptor.java Modified: tomc

svn commit: r881412 - /tomcat/trunk/build.properties.default

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 17:50:21 2009 New Revision: 881412 URL: http://svn.apache.org/viewvc?rev=881412&view=rev Log: Update to commons pool 1.5.4 (fix another regression) Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.

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

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 17:57:23 2009 New Revision: 881414 URL: http://svn.apache.org/viewvc?rev=881414&view=rev Log: Propose commons-pool update Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.ap

svn commit: r881432 - /tomcat/trunk/conf/catalina.policy

2009-11-17 Thread kkolinko
Author: kkolinko Date: Tue Nov 17 18:28:52 2009 New Revision: 881432 URL: http://svn.apache.org/viewvc?rev=881432&view=rev Log: Update comments and examples in catalina.policy file Especially replace ${catalina.home} with ${catalina.base} Modified: tomcat/trunk/conf/catalina.policy Modified:

Re: svn commit: r881396 - /tomcat/trunk/java/org/apache/juli/FileHandler.java

2009-11-17 Thread sebb
On 17/11/2009, fha...@apache.org wrote: > Author: fhanik > Date: Tue Nov 17 17:35:57 2009 > New Revision: 881396 > > URL: http://svn.apache.org/viewvc?rev=881396&view=rev > Log: > Make the file handler thread safe If only - there are several other mutable instance fields that are not synchro

DO NOT REPLY [Bug 45255] support disable jsessionid from url against session fixation attacks

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45255 Andre Schild changed: What|Removed |Added CC||a.sch...@aarboard.ch --- Comment #1

svn commit: r881493 [1/3] - in /tomcat/trunk/java/org/apache: catalina/manager/ tomcat/util/http/fileupload/

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 20:30:39 2009 New Revision: 881493 URL: http://svn.apache.org/viewvc?rev=881493&view=rev Log: Update re-packaged commons-fileupload to 1.2.1 Done using svn copy from tags in commons so merging future updates should be easier Changes made/required: - All classes in

svn commit: r881493 [3/3] - in /tomcat/trunk/java/org/apache: catalina/manager/ tomcat/util/http/fileupload/

2009-11-17 Thread markt
Copied: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/IOUtils.java (from r881437, commons/proper/io/tags/commons-io-1.4/src/java/org/apache/commons/io/IOUtils.java) URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/IOUtils.java?p2=tomcat/trunk/

svn commit: r881499 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesAllowEquals.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 20:48:15 2009 New Revision: 881499 URL: http://svn.apache.org/viewvc?rev=881499&view=rev Log: Test some edge cases with = in cookie values (current code fails these tests - patch to follow shortly) Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestCoo

svn commit: r881500 - /tomcat/trunk/java/org/apache/tomcat/util/http/Cookies.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 20:49:04 2009 New Revision: 881500 URL: http://svn.apache.org/viewvc?rev=881500&view=rev Log: Better handle edge cases when allowing = in cookie value Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Cookies.java Modified: tomcat/trunk/java/org/apache/to

svn commit: r881501 - /tomcat/trunk/java/org/apache/catalina/util/IOTools.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 20:49:48 2009 New Revision: 881501 URL: http://svn.apache.org/viewvc?rev=881501&view=rev Log: Fix an Eclipse warning Modified: tomcat/trunk/java/org/apache/catalina/util/IOTools.java Modified: tomcat/trunk/java/org/apache/catalina/util/IOTools.java URL: http:/

svn commit: r881503 - in /tomcat/trunk/java/org/apache/catalina: deploy/MultipartDef.java deploy/ServletDef.java startup/WebRuleSet.java startup/WebXml.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 20:53:32 2009 New Revision: 881503 URL: http://svn.apache.org/viewvc?rev=881503&view=rev Log: Add support for multipart config in web.xml (partially complete) Review and fix issues in WebXml merge code Added: tomcat/trunk/java/org/apache/catalina/deploy/Multipar

svn commit: r881504 - in /tomcat/tc6.0.x/trunk/test/org/apache: catalina/tomcat/util/http/ tomcat/util/http/ tomcat/util/http/TestCookies.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 20:55:04 2009 New Revision: 881504 URL: http://svn.apache.org/viewvc?rev=881504&view=rev Log: Out test case in right package Added: tomcat/tc6.0.x/trunk/test/org/apache/tomcat/util/http/ tomcat/tc6.0.x/trunk/test/org/apache/tomcat/util/http/TestCookies.java

svn commit: r881528 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 21:15:53 2009 New Revision: 881528 URL: http://svn.apache.org/viewvc?rev=881528&view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/

svn commit: r881530 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: FileUploadBase.java MultipartStream.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 21:17:32 2009 New Revision: 881530 URL: http://svn.apache.org/viewvc?rev=881530&view=rev Log: Remove some more deprecated code Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java tomcat/trunk/java/org/apache/tomcat/util/ht

svn commit: r881532 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 21:19:44 2009 New Revision: 881532 URL: http://svn.apache.org/viewvc?rev=881532&view=rev Log: Remove unused imports Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/f

svn commit: r881533 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 21:21:41 2009 New Revision: 881533 URL: http://svn.apache.org/viewvc?rev=881533&view=rev Log: Add @Override annotations Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.java tomcat/trunk/java/org/apache/tomcat/util/h

svn commit: r881562 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:03:22 2009 New Revision: 881562 URL: http://svn.apache.org/viewvc?rev=881562&view=rev Log: Generics Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.java tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/Dis

Re: svn commit: r881562 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/

2009-11-17 Thread sebb
On 17/11/2009, ma...@apache.org wrote: > Author: markt > Date: Tue Nov 17 22:03:22 2009 > New Revision: 881562 > > URL: http://svn.apache.org/viewvc?rev=881562&view=rev > Log: > Generics > > Modified: > > tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.jav

svn commit: r881567 - in /tomcat/trunk/java: javax/servlet/ org/apache/catalina/ant/jmx/ org/apache/catalina/core/ org/apache/catalina/ha/ org/apache/catalina/ha/session/ org/apache/catalina/ha/tcp/ o

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:13:30 2009 New Revision: 881567 URL: http://svn.apache.org/viewvc?rev=881567&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48143 Javadoc updates. Patch provide by sebb. Modified: tomcat/trunk/java/javax/servlet/SessionCookieConfig.java

DO NOT REPLY [Bug 48143] Javadoc fixes

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

DO NOT REPLY [Bug 48146] some misspellings I can find in the "org.apache.tomcat" package

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

svn commit: r881575 - in /tomcat/trunk/java/org/apache/naming: ./ factory/ resources/

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:27:58 2009 New Revision: 881575 URL: http://svn.apache.org/viewvc?rev=881575&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48147 Correct JavaDoc typos. Patch provided by gingyang.xu Modified: tomcat/trunk/java/org/apache/naming/NamingEn

DO NOT REPLY [Bug 48147] some misspellings I can find in the "org.apache.naming" package

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

DO NOT REPLY [Bug 48148] some misspellings I found in the "org.apache.jasper" package and "org.apache.juli" package

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

svn commit: r881577 - in /tomcat/trunk/java/org/apache: jasper/ jasper/compiler/ jasper/compiler/tagplugin/ jasper/runtime/ jasper/servlet/ jasper/tagplugins/jstl/core/ jasper/util/ jasper/xmlparser/

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:31:47 2009 New Revision: 881577 URL: http://svn.apache.org/viewvc?rev=881577&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48148 Correct JavaDoc typos. Patch provided by gingyang.xu Modified: tomcat/trunk/java/org/apache/jasper/Constant

DO NOT REPLY [Bug 48149] some misspellings I found in the "org.apache.coyote" package and "org.apache.el" package

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

svn commit: r881578 - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/ coyote/http11/filters/ el/parser/

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:33:58 2009 New Revision: 881578 URL: http://svn.apache.org/viewvc?rev=881578&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48149 Correct JavaDoc typos. Patch provided by gingyang.xu Modified: tomcat/trunk/java/org/apache/coyote/ActionCo

svn commit: r881582 - in /tomcat/trunk/java/javax/servlet: ./ http/ jsp/ jsp/tagext/

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:35:41 2009 New Revision: 881582 URL: http://svn.apache.org/viewvc?rev=881582&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48150 Correct JavaDoc typos. Patch provided by gingyang.xu Modified: tomcat/trunk/java/javax/servlet/GenericServl

DO NOT REPLY [Bug 48150] some misspellings I found in the "javax.servlet" package

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

DO NOT REPLY [Bug 48151] Java files that don't have AL headers

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

svn commit: r881590 - /tomcat/trunk/java/org/apache/catalina/tribes/io/ChannelData.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:46:41 2009 New Revision: 881590 URL: http://svn.apache.org/viewvc?rev=881590&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48173 Use final Modified: tomcat/trunk/java/org/apache/catalina/tribes/io/ChannelData.java Modified: tomcat/trun

DO NOT REPLY [Bug 48173] org.apache.catalina.tribes.io.ChannelData.EMPTY_DATA_ARRAY should be final

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

svn commit: r881591 - /tomcat/trunk/java/org/apache/tomcat/jni/Address.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:47:39 2009 New Revision: 881591 URL: http://svn.apache.org/viewvc?rev=881591&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48174 Use final Modified: tomcat/trunk/java/org/apache/tomcat/jni/Address.java Modified: tomcat/trunk/java/org/a

DO NOT REPLY [Bug 48174] org.apache.tomcat.jni.Address.APR_ANYADDR should be final

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

svn commit: r881596 - /tomcat/trunk/java/org/apache/tomcat/jni/Address.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 22:55:12 2009 New Revision: 881596 URL: http://svn.apache.org/viewvc?rev=881596&view=rev Log: Use standard modifier order Modified: tomcat/trunk/java/org/apache/tomcat/jni/Address.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/Address.java URL: http://

DO NOT REPLY [Bug 48175] Loggers should be final

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

svn commit: r881600 - in /tomcat/trunk: java/org/apache/catalina/tribes/io/BufferPool.java java/org/apache/jasper/compiler/ServletWriter.java modules/tomcat-lite/java/org/apache/tomcat/util/http/MimeM

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 23:00:31 2009 New Revision: 881600 URL: http://svn.apache.org/viewvc?rev=881600&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48176 Make fields final. Patch by sebb. Modified: tomcat/trunk/java/org/apache/catalina/tribes/io/BufferPool.java

DO NOT REPLY [Bug 48176] Fields that should be final

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

svn commit: r881606 - in /tomcat/trunk/java/org/apache/catalina: startup/Tomcat.java tribes/group/interceptors/TwoPhaseCommitInterceptor.java util/HexUtils.java

2009-11-17 Thread markt
Author: markt Date: Tue Nov 17 23:03:43 2009 New Revision: 881606 URL: http://svn.apache.org/viewvc?rev=881606&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48196 Reduce visibility. Patch by sebb. Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

DO NOT REPLY [Bug 48196] Public arrays that should be private

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

DO NOT REPLY [Bug 48217] New: Loggers should be final

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48217 Summary: Loggers should be final Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Compo

DO NOT REPLY [Bug 48217] Loggers should be final

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48217 Sebb changed: What|Removed |Added Attachment #24554|0 |1 is patch|

DO NOT REPLY [Bug 48218] New: Comet example chat.ChatServlet fails to start when running with SecurityManager

2009-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48218 Summary: Comet example chat.ChatServlet fails to start when running with SecurityManager Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Windows XP

svn commit: r881654 - /tomcat/trunk/conf/catalina.policy

2009-11-17 Thread kkolinko
Author: kkolinko Date: Wed Nov 18 03:00:57 2009 New Revision: 881654 URL: http://svn.apache.org/viewvc?rev=881654&view=rev Log: Wrapped long lines. As the text of this file is copy-pasted into security-manager-howto.html, it will make it more readable. Added a comment regarding tomcat-juli.jar

svn commit: r881655 - /tomcat/trunk/webapps/docs/security-manager-howto.xml

2009-11-17 Thread kkolinko
Author: kkolinko Date: Wed Nov 18 03:09:12 2009 New Revision: 881655 URL: http://svn.apache.org/viewvc?rev=881655&view=rev Log: Updated to match the latest catalina.policy file Updated the section about implicit permissions Modified: tomcat/trunk/webapps/docs/security-manager-howto.xml Modif

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

2009-11-17 Thread Konstantin Kolinko
2009/11/17 : > Author: markt > Date: Tue Nov 17 17:57:23 2009 > New Revision: 881414 > > + > +* Update to commons-pool 1.5.4 > +  http://svn.apache.org/viewvc?rev=881412&view=rev > +  +1: markt > +  -1: > Just a note: 1.5.4 is not yet available for download. If anyone is wondering, the issue tha