https://issues.apache.org/bugzilla/show_bug.cgi?id=50285
Tim Whittington changed:
What|Removed |Added
Priority|P3 |P4
Component|Common
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326
Nils Hildebrand changed:
What|Removed |Added
CC||nils.hildebr...@bamf.bund.d
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
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
> 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
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
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
--
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
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
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
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
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
-
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
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
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.
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.
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.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50294
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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/
https://issues.apache.org/bugzilla/show_bug.cgi?id=50185
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=50108
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=49650
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49100
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49101
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50106
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=48837
Mark Thomas changed:
What|Removed |Added
Component|Catalina|Catalina
Version|trunk
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
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
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?
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:/
https://issues.apache.org/bugzilla/show_bug.cgi?id=49142
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
48 matches
Mail list logo