[Bug 38774] try using keyStorePassword property if set

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38774 --- Comment #3 from Dmitry Shikhaleev dshikhal...@gmail.com --- Hi, The change has broken ability to use different key stores for SSL RMI and SSL HTTP on the same host. keystorePass attribute specified in Tomcat config is get replaced

[Bug 53158] New: Wrong default values indicated for the evictor service

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53158 Priority: P2 Bug ID: 53158 Assignee: dev@tomcat.apache.org Summary: Wrong default values indicated for the evictor service Severity: normal Classification: Unclassified

svn commit: r1331766 - /tomcat/trunk/webapps/docs/jndi-resources-howto.xml

2012-04-28 Thread rjung
Author: rjung Date: Sat Apr 28 14:03:39 2012 New Revision: 1331766 URL: http://svn.apache.org/viewvc?rev=1331766view=rev Log: BZ 53158: Fix documented defaults for DBCP. Patch provided by ph.dezanneau at gmail.com. Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml Modified:

svn commit: r1331772 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/jndi-resources-howto.xml

2012-04-28 Thread rjung
Author: rjung Date: Sat Apr 28 14:10:27 2012 New Revision: 1331772 URL: http://svn.apache.org/viewvc?rev=1331772view=rev Log: BZ 53158: Fix documented defaults for DBCP. Patch provided by ph.dezanneau at gmail.com. Backport of r1331766 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1331774 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ webapps/docs/changelog.xml webapps/docs/jndi-resources-howto.xml

2012-04-28 Thread rjung
Author: rjung Date: Sat Apr 28 14:20:03 2012 New Revision: 1331774 URL: http://svn.apache.org/viewvc?rev=1331774view=rev Log: BZ 53158: Fix documented defaults for DBCP. Patch provided by ph.dezanneau at gmail.com. Backport of r1331766 from trunk resp. r1331772 from tc7.0.x. Modified:

svn commit: r1331775 - in /tomcat/tc5.5.x/trunk/container/webapps/docs: changelog.xml jndi-resources-howto.xml

2012-04-28 Thread rjung
Author: rjung Date: Sat Apr 28 14:23:39 2012 New Revision: 1331775 URL: http://svn.apache.org/viewvc?rev=1331775view=rev Log: BZ 53158: Fix documented defaults for DBCP. Patch provided by ph.dezanneau at gmail.com. Backport of r1331766 from trunk resp. r1331772 from tc7.0.x and r1331774 from

[Bug 53158] Wrong default values indicated for the evictor service

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53158 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

buildbot success in ASF Buildbot on tomcat-trunk

2012-04-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2944 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1331833 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java tomcat7-war-runner/src/main/java/org/apache

2012-04-28 Thread olamy
Author: olamy Date: Sat Apr 28 21:11:01 2012 New Revision: 1331833 URL: http://svn.apache.org/viewvc?rev=1331833view=rev Log: for exec war extraction mode, generate a file containing the archive timestamp creation to force reextract when users regenerate it and miss to reset extract folder.

svn commit: r1331834 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2012-04-28 Thread olamy
Author: olamy Date: Sat Apr 28 21:11:17 2012 New Revision: 1331834 URL: http://svn.apache.org/viewvc?rev=1331834view=rev Log: log when extractdirectory is deleted Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

svn commit: r1331835 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2012-04-28 Thread olamy
Author: olamy Date: Sat Apr 28 21:11:34 2012 New Revision: 1331835 URL: http://svn.apache.org/viewvc?rev=1331835view=rev Log: prefer loadClass on forName Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java Modified:

svn commit: r1331839 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2012-04-28 Thread olamy
Author: olamy Date: Sat Apr 28 21:26:54 2012 New Revision: 1331839 URL: http://svn.apache.org/viewvc?rev=1331839view=rev Log: force extract if archive timestamp has changed Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #13 from Benjamin Muschko benjamin.musc...@gmail.com --- I cleaned up my test cases and made them work. Steps to reproduce: 1) git clone git://github.com/bmuschko/tomcat70.git 2) Add modules directory to sources. 3) Add test

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #14 from Benjamin Muschko benjamin.musc...@gmail.com --- One more comment to my test code on Git. As a step between 1 and 2 you will need to switch to the branch webapp-3.0-spring. I forgot to mention that. 1.5) git checkout

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #15 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to comment #14) 1.5) git checkout webapp-3.0-spring If you want this to be included in Tomcat test suite, please make a patch in Unified Diff format and attach

Re: Duplicate String values

2012-04-28 Thread Konstantin Kolinko
2012/4/27 Christopher Schultz ch...@christopherschultz.net: All, I've been doing some memory profiling on my webapp to see where I can reduce our memory footprint a bit by combining equivalent objects. YourKit has some nice utilities to look for duplicate objects -- especially Strings. I

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

2012-04-28 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-test has an issue affecting its community integration.