DO NOT REPLY [Bug 50285] Standard HTTP and AJP connectors silently ignore attribute typos

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50285 Tim Whittington changed: What|Removed |Added Priority|P3 |P4 Component|Common

DO NOT REPLY [Bug 50325] New: Update Tomcat to use JRE provided solutions for CVE-2009-3555 if available

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50325 Summary: Update Tomcat to use JRE provided solutions for CVE-2009-3555 if available Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW

DO NOT REPLY [Bug 50326] New: Problem with DBCP 1.3 /jdk 6 and oracle spatial

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326 Summary: Problem with DBCP 1.3 /jdk 6 and oracle spatial Product: Tomcat 5 Version: 5.5.30 Platform: Other OS/Version: All Status: NEW Severity: normal Priori

DO NOT REPLY [Bug 50326] Problem with DBCP 1.3 /jdk 6 and oracle spatial

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326 Nils Hildebrand changed: What|Removed |Added CC||nils.hildebr...@bamf.bund.d

DO NOT REPLY [Bug 50326] Problem with DBCP 1.3 /jdk 6 and oracle spatial

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

DO NOT REPLY [Bug 50326] Problem with DBCP 1.3 /jdk 6 and oracle spatial

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326 --- Comment #2 from Konstantin Kolinko 2010-11-24 07:46:17 EST --- Note, that if you are unsatisfied by DBCP version bundled in Tomcat, you can use any other version of DBCP libraries directly, as well as any other pool implementation. Hi

DO NOT REPLY [Bug 50326] Problem with DBCP 1.3 /jdk 6 and oracle spatial

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326 --- Comment #3 from Nils Hildebrand 2010-11-24 08:35:13 EST --- (In reply to comment #1) > (In reply to comment #0) > > DBCP 1.4 binaries should be used by applications running under JDK 1.6. > > DBCP 1.3 should be used when running under

DO NOT REPLY [Bug 50326] Problem with DBCP 1.3 /jdk 6 and oracle spatial

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326 --- Comment #4 from Nils Hildebrand 2010-11-24 08:37:10 EST --- (In reply to comment #2) > Note, that if you are unsatisfied by DBCP version bundled in Tomcat, you can > use any other version of DBCP libraries directly, as well as any othe

Re: Invitation to become a Tomcat committer

2010-11-24 Thread Christopher Schultz
Mark, On 11/23/2010 5:24 PM, Mark Thomas wrote: > On 23/11/2010 22:10, Christopher Schultz wrote: >> Done: I modified whoweare.xml, generated whoweare.html from that, >> logged-into people.apache.org, did 'cd /www/tomcat.apache.org && scn up' >> and saw the whoweare.html file updated. > > Hmm. I

Re: Invitation to become a Tomcat committer

2010-11-24 Thread Mark Thomas
On 24/11/2010 15:05, Christopher Schultz wrote: > Mark, > > On 11/23/2010 5:24 PM, Mark Thomas wrote: >> On 23/11/2010 22:10, Christopher Schultz wrote: >>> Done: I modified whoweare.xml, generated whoweare.html from that, >>> logged-into people.apache.org, did 'cd /www/tomcat.apache.org && scn up

Re: Invitation to become a Tomcat committer

2010-11-24 Thread Ian Darwin
> No. It all worked. The only issue is that the commit e-mail that ws sent > to the dev list is lost. It is possible to re-create it but I don't > think it is worth it. If others disagree, I'll dig through the infra > docs and remind myself how to do that. I see no need for you to spend time diggi

svn commit: r1038656 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardEngine.java

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 15:58:46 2010 New Revision: 1038656 URL: http://svn.apache.org/viewvc?rev=1038656&view=rev Log: Don't swallow error Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/core/StandardEngine.java M

Re: Invitation to become a Tomcat committer

2010-11-24 Thread Konstantin Kolinko
Hi, Chris, and others on d...@! 2010/11/24 Christopher Schultz : >> Documentation is always CTR. Besides Documentation there are also several types of code changes that are CTR as well, http://markmail.org/thread/2fgydrrhn4qjye3r Best regards, Konstantin Kolinko --

svn commit: r1038711 - /tomcat/trunk/java/org/apache/catalina/core/StandardEngine.java

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 17:28:55 2010 New Revision: 1038711 URL: http://svn.apache.org/viewvc?rev=1038711&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50201 Track changes that require an update to the default access log. It isn't perfect but should cover normal usage

DO NOT REPLY [Bug 50201] StandardEngine.defaultAccessLog may become stale when ROOT webapp is redeployed

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50201 --- Comment #1 from Mark Thomas 2010-11-24 12:30:35 EST --- Fixed in 7.0.x and will be included in 7.0.5 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because

svn commit: r1038713 - in /tomcat/trunk/java/org/apache/catalina/startup: HostConfig.java LocalStrings.properties LocalStrings_es.properties

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 17:36:28 2010 New Revision: 1038713 URL: http://svn.apache.org/viewvc?rev=1038713&view=rev Log: host.removeChild() already calls context.destroy(). Don't call it twice. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java tomcat/trunk/java

svn commit: r1038717 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_5: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 17:41:29 2010 New Revision: 1038717 URL: http://svn.apache.org/viewvc?rev=1038717&view=rev Log: Tag Tomcat 7.0.5 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_5/ (props changed) - copied from r1038654, tomcat/trunk/ tomcat/tc7.0.x/tags/TOMCAT_7_0_5/java/org

[Tomcat Wiki] Update of "TomcatVersions" by TimFunk

2010-11-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatVersions" page has been changed by TimFunk. The comment on this change is: CTR / RTC clarification. http://wiki.apache.org/tomcat/TomcatVersions?action=diff&rev1=14&rev2=15 -

[VOTE] Release Apache Tomcat 7.0.5

2010-11-24 Thread Mark Thomas
The proposed Apache Tomcat 7.0.5 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.5/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_5/ As with previous votes, I have included a stable option below altho

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

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 18:52:34 2010 New Revision: 1038762 URL: http://svn.apache.org/viewvc?rev=1038762&view=rev Log: Increment version number ready for next release Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apac

svn commit: r1038789 - in /tomcat/trunk/webapps/docs: changelog.xml config/index.xml

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 19:59:19 2010 New Revision: 1038789 URL: http://svn.apache.org/viewvc?rev=1038789&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50294 Add more information to documentation regarding format of configuration files. Patch provided by Luke Meyer.

svn commit: r1038790 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/index.xml

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 19:59:46 2010 New Revision: 1038790 URL: http://svn.apache.org/viewvc?rev=1038790&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50294 Add more information to documentation regarding format of configuration files. Patch provided by Luke Meyer.

svn commit: r1038791 - in /tomcat/tc5.5.x/trunk/container/webapps/docs: changelog.xml config/index.xml

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 20:00:12 2010 New Revision: 1038791 URL: http://svn.apache.org/viewvc?rev=1038791&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50294 Add more information to documentation regarding format of configuration files. Patch provided by Luke Meyer.

DO NOT REPLY [Bug 50294] Mention obvious things about config format

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

svn commit: r1038795 - in /tomcat/trunk: java/org/apache/catalina/tribes/transport/nio/ParallelNioSender.java webapps/docs/changelog.xml

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 20:09:26 2010 New Revision: 1038795 URL: http://svn.apache.org/viewvc?rev=1038795&view=rev Log: Add additional trace level logging to Tribes to assist with fault diagnosis. Based on a patch by Ariel. Fix Eclipse warnings in file Modified: tomcat/trunk/java/org/

DO NOT REPLY [Bug 50185] [tribes] Logging improvement

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

svn commit: r1038799 - in /tomcat/trunk: java/org/apache/coyote/ajp/AbstractAjpProtocol.java java/org/apache/coyote/http11/AbstractHttp11Protocol.java webapps/docs/changelog.xml

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 20:16:32 2010 New Revision: 1038799 URL: http://svn.apache.org/viewvc?rev=1038799&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50108 Add get/set methods for Connector property minSpareThreads. Patch provided by Eiji Takahashi. Modified: t

DO NOT REPLY [Bug 50108] Add missing setter/getter to AbstractXXXProtocol

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

svn commit: r1038803 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/catalina.properties webapps/docs/changelog.xml

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 20:33:49 2010 New Revision: 1038803 URL: http://svn.apache.org/viewvc?rev=1038803&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49650 Remove unnecessary entries package.access property defined in catalina.properties. Patch provided by Owen Far

DO NOT REPLY [Bug 49650] Streamline package.access property definition in catalina.properties

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

DO NOT REPLY [Bug 49100] Mutable public constants: MemberImpl.TRIBES_MBR_BEGIN/END

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

DO NOT REPLY [Bug 49101] All constants in tribes.transport.Constants are mutable

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

DO NOT REPLY [Bug 50106] Fix several mbean descriptors

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

svn commit: r1038810 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 20:54:21 2010 New Revision: 1038810 URL: http://svn.apache.org/viewvc?rev=1038810&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50106 Correct several MBean descriptors. Patch provided by Eiji Takahashi. Modified: tomcat/trunk/java/org/apache/c

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

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 20:55:02 2010 New Revision: 1038811 URL: http://svn.apache.org/viewvc?rev=1038811&view=rev Log: Move to Catalina section Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r1038831 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 21:28:33 2010 New Revision: 1038831 URL: http://svn.apache.org/viewvc?rev=1038831&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48837 Extend thread local memory leak detection to include classes loaded by subordinate class loaders to the web a

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

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 21:30:48 2010 New Revision: 1038834 URL: http://svn.apache.org/viewvc?rev=1038834&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=10388

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

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 21:32:52 2010 New Revision: 1038835 URL: http://svn.apache.org/viewvc?rev=1038835&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

DO NOT REPLY [Bug 48837] Memory leaks protection does not cure leaks triggered by JSP pages code

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48837 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|trunk

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

2010-11-24 Thread Konstantin Kolinko
2010/11/25 : > Author: markt > Date: Wed Nov 24 21:32:52 2010 > New Revision: 1038835 > > URL: http://svn.apache.org/viewvc?rev=1038835&view=rev > Log: > Proposal > > Modified: >    tomcat/tc6.0.x/trunk/STATUS.txt > > + > +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48837 > +  Extend

Re: [Tomcat Wiki] Update of "TomcatVersions" by TimFunk

2010-11-24 Thread Konstantin Kolinko
2010/11/24 Apache Wiki : > > The "TomcatVersions" page has been changed by TimFunk. > The comment on this change is: CTR / RTC clarification. > http://wiki.apache.org/tomcat/TomcatVersions?action=diff&rev1=14&rev2=15 > > -- > > + > + = RTC Exceptions

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

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 21:50:44 2010 New Revision: 1038841 URL: http://svn.apache.org/viewvc?rev=1038841&view=rev Log: Add the patch 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?

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

2010-11-24 Thread Mark Thomas
On 24/11/2010 21:43, Konstantin Kolinko wrote: > 2010/11/25 : >> Author: markt >> Date: Wed Nov 24 21:32:52 2010 >> New Revision: 1038835 >> >> URL: http://svn.apache.org/viewvc?rev=1038835&view=rev >> Log: >> Proposal >> >> Modified: >>tomcat/tc6.0.x/trunk/STATUS.txt >> >> + >> +* Fix https:/

DO NOT REPLY [Bug 49142] Missing serialVersionUIDs

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

svn commit: r1038846 - in /tomcat/trunk: java/javax/servlet/ java/javax/servlet/http/ java/javax/servlet/jsp/ java/javax/servlet/jsp/el/ java/javax/servlet/jsp/tagext/ java/org/apache/catalina/ha/depl

2010-11-24 Thread markt
Author: markt Date: Wed Nov 24 22:08:38 2010 New Revision: 1038846 URL: http://svn.apache.org/viewvc?rev=1038846&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49142 Add missing serialVersionUIDs using Eclipse's auto correct and a little manual formatting Modified: tomc

Re: svn commit: r1038717 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_5: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/

2010-11-24 Thread Konstantin Kolinko
2010/11/24 : > Author: markt > Date: Wed Nov 24 17:41:29 2010 > New Revision: 1038717 > > URL: http://svn.apache.org/viewvc?rev=1038717&view=rev > Log: > Tag Tomcat 7.0.5 > > Added: >    tomcat/tc7.0.x/tags/TOMCAT_7_0_5/   (props changed) >      - copied from r1038654, tomcat/trunk/ >     > tomcat

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-24 Thread Sadeep Jayasumana
Congratulations! On Wed, Nov 24, 2010 at 6:53 AM, Brooke Hedrick wrote: > Congrats Chris. > On Nov 23, 2010 7:01 PM, "Keiichi Fujino" wrote: > > 2010/11/23 Mark Thomas : > >> On behalf of the Tomcat committers I am pleased to announce that > >> Christopher Schultz (schultz) has been voted in as

DO NOT REPLY [Bug 50333] New: IllegalArgumentException occurs when setting maxActive to smaller than 1.

2010-11-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50333 Summary: IllegalArgumentException occurs when setting maxActive to smaller than 1. Product: Tomcat Modules Version: unspecified Platform: All OS/Version: All