[Bug 56082] ConcurrentModificationException with org.apache.juli.ClassLoaderLogManager

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56082 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1578799 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/juli/ClassLoaderLogManager.java test/org/apache/juli/TestClassLoaderLogManager.java webapps/docs/changelog.xml

2014-03-18 Thread markt
Author: markt Date: Tue Mar 18 09:42:35 2014 New Revision: 1578799 URL: http://svn.apache.org/r1578799 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56082 Fix thread safety issue in JULI's LogManager implementation Modified: tomcat/tc6.0.x/trunk/ (props changed)

svn commit: r1578804 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ webapps/docs/ webapps/docs/config/

2014-03-18 Thread markt
Author: markt Date: Tue Mar 18 09:54:55 2014 New Revision: 1578804 URL: http://svn.apache.org/r1578804 Log: Make the xmlBlockExternal option in Catalina and Jasper to be true by default. Patch by kkolinko. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r1578810 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2014-03-18 Thread violetagg
Author: violetagg Date: Tue Mar 18 10:13:55 2014 New Revision: 1578810 URL: http://svn.apache.org/r1578810 Log: Corrected link to Tomcat 8.0 documentation. Issue is reported via comments at apache.org Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified:

svn commit: r1578811 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/doc/jdbc-pool.xml

2014-03-18 Thread violetagg
Author: violetagg Date: Tue Mar 18 10:16:25 2014 New Revision: 1578811 URL: http://svn.apache.org/r1578811 Log: Merged revision 1578810 from tomcat/trunk: Corrected link to Tomcat 7.0 documentation. Issue is reported via comments at apache.org Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1578812 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/Ascii.java test/org/apache/tomcat/util/buf/TestAscii.java webapps/docs/changelog.xml

2014-03-18 Thread markt
Author: markt Date: Tue Mar 18 10:27:31 2014 New Revision: 1578812 URL: http://svn.apache.org/r1578812 Log: Fix possible overflow when parsing long values from a byte array. Added: tomcat/trunk/test/org/apache/tomcat/util/buf/TestAscii.java Modified:

svn commit: r1578813 - /tomcat/trunk/test/org/apache/tomcat/util/buf/TestAscii.java

2014-03-18 Thread markt
Author: markt Date: Tue Mar 18 10:30:57 2014 New Revision: 1578813 URL: http://svn.apache.org/r1578813 Log: Fix properties Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestAscii.java (props changed) Propchange: tomcat/trunk/test/org/apache/tomcat/util/buf/TestAscii.java

svn commit: r1578814 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/Ascii.java test/org/apache/tomcat/util/buf/TestAscii.java webapps/docs/changelog.xml

2014-03-18 Thread markt
Author: markt Date: Tue Mar 18 10:32:16 2014 New Revision: 1578814 URL: http://svn.apache.org/r1578814 Log: Fix possible overflow when parsing long values from a byte array. Added: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestAscii.java (props changed) - copied unchanged

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

2014-03-18 Thread markt
Author: markt Date: Tue Mar 18 10:37:49 2014 New Revision: 1578815 URL: http://svn.apache.org/r1578815 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1578817 - /tomcat/trunk/webapps/docs/deployer-howto.xml

2014-03-18 Thread violetagg
Author: violetagg Date: Tue Mar 18 10:54:12 2014 New Revision: 1578817 URL: http://svn.apache.org/r1578817 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56268 Specify the default value of the ${build} in the build section. Modified: tomcat/trunk/webapps/docs/deployer-howto.xml

svn commit: r1578818 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/deployer-howto.xml

2014-03-18 Thread violetagg
Author: violetagg Date: Tue Mar 18 10:56:59 2014 New Revision: 1578818 URL: http://svn.apache.org/r1578818 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56268 Merged revision 1578817 from tomcat/trunk: Specify the default value of the ${build} in the build section. Modified:

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[Bug 56265] Unexpected escaping in the values of dynamic tag attributes containing EL expressions

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 31400 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31400action=edit 2014-03-18_56265_tc8_v2.patch A better solution, with tests. This covers

svn commit: r1578846 - in /tomcat/trunk: java/org/apache/catalina/ant/AbstractCatalinaTask.java webapps/docs/changelog.xml

2014-03-18 Thread kkolinko
Author: kkolinko Date: Tue Mar 18 12:38:48 2014 New Revision: 1578846 URL: http://svn.apache.org/r1578846 Log: Followup to r1578260 Amend javadoc for the new option. Move Ant task changes from Web applications to Other section of changelog. Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-18 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5613 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56265] Unexpected escaping in the values of dynamic tag attributes containing EL expressions

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 --- Comment #6 from Mark Thomas ma...@apache.org --- Created attachment 31401 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31401action=edit Proposed patch v3 I've been looking at v2 of the patch. I think I found a couple of

Re: [Tomcat Wiki] Update of FAQ/Linux_Unix by KonstantinKolinko

2014-03-18 Thread Brian Burch
On 17/03/14 13:13, Emmanuel Bourg wrote: Le 03/03/2014 13:40, Brian Burch a écrit : If you need some help (perhaps QA testing), please let me know. Thank you for offering your help Brian. Tomcat 7.0.52 is now available for Debian Wheezy through the backports [1]. Tomcat 8 has been submitted

buildbot success in ASF Buildbot on tomcat-trunk

2014-03-18 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/5614 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 56281] New: Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 Bug ID: 56281 Summary: Parallel deployment with Ant deploy task Product: Tomcat 7 Version: 7.0.52 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 56265] Unexpected escaping in the values of dynamic tag attributes containing EL expressions

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Mark Thomas from comment #6) Created attachment 31401 [details] Proposed patch v3 I've been looking at v2 of the patch. I think I found a couple of bugs

[Bug 56268] Minor correction to deployer-howto.html

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56268 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- I'm curious what the user case is for manually loading the library. Under what conditions would you not know its location prior to JVM launch? -- You are receiving

Re: Time for 8.0.4

2014-03-18 Thread Christopher Schultz
Mark, On 3/17/14, 8:19 AM, Mark Thomas wrote: It has been a while since 8.0.3 and the change log is looking rather long. I've a few things left I want to look at but I expect to be in a position to tag 8.0.4 late today / early tomorrow. Any objections to adding the fix for

Re: [Tomcat Wiki] Update of FAQ/Linux_Unix by KonstantinKolinko

2014-03-18 Thread Christopher Schultz
Emmanuel, On 3/17/14, 9:13 AM, Emmanuel Bourg wrote: Le 03/03/2014 13:40, Brian Burch a écrit : If you need some help (perhaps QA testing), please let me know. Thank you for offering your help Brian. Tomcat 7.0.52 is now available for Debian Wheezy through the backports [1]. Tomcat 8 has

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 --- Comment #2 from Nick Williams nicho...@nicholaswilliams.net --- My specific use case: We're creating a lightweight application that runs using an embedded Tomcat instance. We want to ship one JAR that does everything for any* OS. This

RE: Time for 8.0.4

2014-03-18 Thread Robert Sanders
TCN was updated? I still see 1.1.29 (15 October 2013) on the tomcat.apache.org links (both docs and download). or am I missing something (likely). -Rob From: Christopher Schultz [ch...@christopherschultz.net] Sent: Tuesday, March 18, 2014 3:46 PM

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added OS|

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- So your Java application is actually a self-deployer that puts files in certain places and then launches Tomcat in an embedded fashion? Don't you know where you are

Re: Time for 8.0.4

2014-03-18 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/03/2014 19:46, Christopher Schultz wrote: Mark, On 3/17/14, 8:19 AM, Mark Thomas wrote: It has been a while since 8.0.3 and the change log is looking rather long. I've a few things left I want to look at but I expect to be in a position

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Tomcat Wiki] Update of tools/check_jmxproxy.pl by ChristopherSchultz

2014-03-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The tools/check_jmxproxy.pl page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/tools/check_jmxproxy.pl?action=diffrev1=1rev2=2 Comment: Added thanks to Susan

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 --- Comment #4 from Nick Williams nicho...@nicholaswilliams.net --- Again in our very specific use case, this application is launching as a WebStart. That means it must be able to run either if the browser automatically launches it OR if

Re: Time for 8.0.4

2014-03-18 Thread Konstantin Kolinko
2014-03-18 23:46 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: Mark, On 3/17/14, 8:19 AM, Mark Thomas wrote: It has been a while since 8.0.3 and the change log is looking rather long. I've a few things left I want to look at but I expect to be in a position to tag 8.0.4 late

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 --- Comment #3 from Joqus mgeich5+apache...@gmail.com --- The code I am using target name=tomcat.deploy deploy url=http://localhost:8080/manager/text; username=${deploy.user} password=${deploy.pass} path=/

RE: Time for 8.0.4

2014-03-18 Thread Robert Sanders
Konstantin, Don't want to be putting words in Chris's mouth, but when I filed 56027 I did some poking around in the underlying openSSL code (at least on my RHEL6 box). Calling the openssl FIPS_mode_set() method twice causes an error. I'd proposed exposing an additional routine to check the

[Bug 56265] Unexpected escaping in the values of dynamic tag attributes containing EL expressions

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56265 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #31401|0 |1 is

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 --- Comment #5 from Chuck Caldarale chuck.caldar...@unisys.com --- (In reply to Nick Williams from comment #4) Again in our very specific use case, this application is launching as a WebStart. It would seem like this scenario argues

Re: [Tomcat Wiki] Update of FAQ/Linux_Unix by KonstantinKolinko

2014-03-18 Thread Emmanuel Bourg
Le 18/03/2014 20:49, Christopher Schultz a écrit : Tomcat 8 is just on the verge of being voted stable. Once the first stable release of Tomcat 8 is available, could you do a package-refresh? Yes definitely. Introducing a new package into Debian takes some time, but pushing an update is much

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 Joqus mgeich5+apache...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 Chuck Caldarale chuck.caldar...@unisys.com changed: What|Removed |Added Status|REOPENED

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 --- Comment #5 from Joqus mgeich5+apache...@gmail.com --- This is the problem with this kind of community, the channel is more important than the actual goal. Solving the issue is just a detail, you HAVE to go somewhere else. -- You are

[Bug 56213] Many KeyReference Objects Cause Long CMS-remark GC Times

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56213 --- Comment #3 from Jeff Middleton jmid...@gmail.com --- Thanks for the quick turnaround! I see what you are saying about the reference objects, but yes this change made a huge difference in gc times. The times quoted in the description

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 --- Comment #6 from Chuck Caldarale chuck.caldar...@unisys.com --- (In reply to Joqus from comment #5) This is the problem with this kind of community, the channel is more important than the actual goal. Solving the issue is just a

[Bug 56281] Parallel deployment with Ant deploy task

2014-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56281 --- Comment #7 from Joqus mgeich5+apache...@gmail.com --- Ok, thanks for nothing. (In reply to Chuck Caldarale from comment #6) (In reply to Joqus from comment #5) This is the problem with this kind of community, the channel is more

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

2014-03-18 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-test-nio2 has an issue affecting its community integration.