Bug report for Tomcat 5 [2012/07/29]

2012-07-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2012/07/29]

2012-07-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2012/07/29]

2012-07-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2012/07/29]

2012-07-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2012/07/29]

2012-07-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2012/07/29]

2012-07-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2012/07/29]

2012-07-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: tomcat 7.0.29 startup time

2012-07-29 Thread Mark Struberg
Hi Mark, thanks for the clarifications, highly appreciated! As far as the empty absolute-ordering/ goes: After reading the spec again I've been down to that route as well. So far it didn't work out. Maybe I've just done something wrong - will revisit and try again. Should the

svn commit: r1366822 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Response.java

2012-07-29 Thread kkolinko
Author: kkolinko Date: Sun Jul 29 12:05:55 2012 New Revision: 1366822 URL: http://svn.apache.org/viewvc?rev=1366822view=rev Log: Add @Deprecate annotation, aligning code with javadoc, as prompted by Eclipse. It is followup to r1360851. Modified:

Re: tomcat 7.0.29 startup time

2012-07-29 Thread Mark Struberg
tried the empty absolute ordering again and it doesn't seem to help. I fear that @HandlesTypes again has higher precedence than the web-fragment ordering/disabling. LieGrue, strub - Original Message - From: Mark Struberg strub...@yahoo.de To: Tomcat Developers List

Re: tomcat 7.0.29 startup time

2012-07-29 Thread Mark Thomas
Mark Struberg strub...@yahoo.de wrote: tried the empty absolute ordering again and it doesn't seem to help. I fear that @HandlesTypes again has higher precedence than the web-fragment ordering/disabling. The 'clarification' from the EG is post the last release. I'm pretty sure some code changes

svn commit: r1366885 - in /tomcat/trunk/java/org/apache/catalina/tribes/io: BufferPool.java BufferPool15Impl.java DirectByteArrayOutputStream.java XByteBuffer.java

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 18:26:51 2012 New Revision: 1366885 URL: http://svn.apache.org/viewvc?rev=1366885view=rev Log: Partial code clean-up for o.a.catalina.tribes - Add final prompted by UCDetector - Java 7 use of Modified:

svn commit: r1366889 - /tomcat/trunk/java/org/apache/catalina/tribes/io/XByteBuffer.java

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 19:03:46 2012 New Revision: 1366889 URL: http://svn.apache.org/viewvc?rev=1366889view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/tribes/io/XByteBuffer.java Modified:

svn commit: r1366896 - /tomcat/trunk/java/org/apache/catalina/tribes/io/BufferPool.java

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 19:15:54 2012 New Revision: 1366896 URL: http://svn.apache.org/viewvc?rev=1366896view=rev Log: Simplify since minimum Java version is now = 1.5 Modified: tomcat/trunk/java/org/apache/catalina/tribes/io/BufferPool.java Modified:

svn commit: r1366910 - /tomcat/trunk/java/org/apache/catalina/tribes/io/ReplicationStream.java

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 19:26:41 2012 New Revision: 1366910 URL: http://svn.apache.org/viewvc?rev=1366910view=rev Log: FindBugs: Fix potential NPE Modified: tomcat/trunk/java/org/apache/catalina/tribes/io/ReplicationStream.java Modified:

svn commit: r1366914 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/io/ReplicationStream.java webapps/docs/changelog.xml

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 19:32:20 2012 New Revision: 1366914 URL: http://svn.apache.org/viewvc?rev=1366914view=rev Log: FindBugs: Fix potential NPE Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/io/ReplicationStream.java

svn commit: r1366945 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java test/org/apache/catalina/connector/TestResponse.java

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 20:29:20 2012 New Revision: 1366945 URL: http://svn.apache.org/viewvc?rev=1366945view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 If the relative URL can't be made absolute, do not encode it and return it as is Modified:

svn commit: r1366946 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java test/org/apache/catalina/connector/TestResponse.java webapps/docs/changelog.xml

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 20:33:16 2012 New Revision: 1366946 URL: http://svn.apache.org/viewvc?rev=1366946view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 If the relative URL can't be made absolute, do not encode it and return it as is Modified:

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2012-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 --- Comment #16 from Mark Thomas ma...@apache.org --- I have fixed the IAE in trunk and 7.0.x. I am leaving this open while I wait for clarification from the Servlet EG as to how relative URLs passed to encodeURL should be treated. See

svn commit: r1366953 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 21:21:08 2012 New Revision: 1366953 URL: http://svn.apache.org/viewvc?rev=1366953view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53535 Reduce memory footprint when performing class scanning on Context start. Patch provided by Cedomir Igaly

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

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 21:23:13 2012 New Revision: 1366955 URL: http://svn.apache.org/viewvc?rev=1366955view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53535 Reduce memory footprint when performing class scanning on Context start. Patch provided by Cedomir Igaly

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 Bug 53615 depends on bug 53535, which changed state. Bug 53535 Summary: Out of memory while performing ContextConfig.webConfig https://issues.apache.org/bugzilla/show_bug.cgi?id=53535 What|Removed |Added

[Bug 53535] Out of memory while performing ContextConfig.webConfig

2012-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53535 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1366956 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 21:30:49 2012 New Revision: 1366956 URL: http://svn.apache.org/viewvc?rev=1366956view=rev Log: Add missing entry Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

[Bug 53047] JDBCRealm allRolesMode=authOnly still needs role table

2012-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53047 --- Comment #12 from Mark Thomas ma...@apache.org --- See comment #10 The changelog entry was missed. This has been fixed. http://svn.apache.org/viewvc?view=revisionrevision=1348499

[Bug 53409] Request class actively restricts sending parameters in the body unless using POST

2012-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53409 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All

svn commit: r1366959 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 21:47:24 2012 New Revision: 1366959 URL: http://svn.apache.org/viewvc?rev=1366959view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53606 Fix possible NPE when sending pings between cluster nodes Based on a patch by F.Arnoud Modified:

svn commit: r1366961 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java webapps/docs/changelog.xml

2012-07-29 Thread markt
Author: markt Date: Sun Jul 29 21:51:06 2012 New Revision: 1366961 URL: http://svn.apache.org/viewvc?rev=1366961view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53606 Fix possible NPE when sending pings between cluster nodes Based on a patch by F.Arnoud Modified:

[Bug 53606] NullPointerException in TcpPingInterceptor

2012-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53606 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 53606] NullPointerException in TcpPingInterceptor

2012-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53606 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 53409] Request class actively restricts sending parameters in the body unless using POST

2012-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53409 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- If you want to backport the parseBodyMethods Connectors' attribute to Tomcat 6, someone (you?) has to prepare a patch for Tomcat 6 in unified diff format (as documented

Re: [Proposal] Preparatory refactoring for Resource handling refactoring

2012-07-29 Thread Konstantin Kolinko
2012/6/17 Mark Thomas ma...@apache.org: On 16/06/2012 19:18, Mark Thomas wrote: Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/6/16 Mark Thomas ma...@apache.org: URLs are needed per Servlet API, so they cannot be removed. Does our jndi schema need DirContext as underlying

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

2012-07-29 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-eoln has an issue affecting its community

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

2012-07-29 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-dbcp has an issue affecting its community integration. This

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-07-29 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-tc7.0.x-validate has an issue affecting its community

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

2012-07-29 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.