Re: svn commit: r1231762 - in /tomcat/trunk: java/org/apache/catalina/manager/JMXProxyServlet.java webapps/docs/manager-howto.xml

2012-01-15 Thread Konstantin Kolinko
2012/1/16 : > Author: markt > Date: Sun Jan 15 21:37:18 2012 > New Revision: 1231762 > > URL: http://svn.apache.org/viewvc?rev=1231762&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38216 > Add the ability to invoke MBean operations through the JMXProxy > Based on a patch

svn commit: r1231817 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default webapps/docs/changelog.xml

2012-01-15 Thread kkolinko
Author: kkolinko Date: Mon Jan 16 03:26:54 2012 New Revision: 1231817 URL: http://svn.apache.org/viewvc?rev=1231817&view=rev Log: Update to Apache Commons Pool 1.5.7 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/webapps/do

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

2012-01-15 Thread kkolinko
Author: kkolinko Date: Mon Jan 16 03:25:00 2012 New Revision: 1231815 URL: http://svn.apache.org/viewvc?rev=1231815&view=rev Log: Add missing changelog entry for r1207799 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

Re: [VOTE] Release Apache Tomcat 7.0.24

2012-01-15 Thread Konstantin Kolinko
2012/1/16 Mark Thomas : > The proposed Apache Tomcat 7.0.24 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.24/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_24/ > > The proposed 7.0.24 releas

[VOTE] Release Apache Tomcat 7.0.24

2012-01-15 Thread Mark Thomas
The proposed Apache Tomcat 7.0.24 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.24/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_24/ The proposed 7.0.24 release is: [ ] Broken - do not release [ ]

svn commit: r1231779 - in /tomcat/tc7.0.x/trunk: ./ build.xml res/License.rtf res/tomcat.nsi webapps/docs/changelog.xml

2012-01-15 Thread kkolinko
Author: kkolinko Date: Sun Jan 15 22:33:12 2012 New Revision: 1231779 URL: http://svn.apache.org/viewvc?rev=1231779&view=rev Log: Merged revisions r1231624 r1231625 r1231630 from tomcat/trunk: 1. When building a Windows installer do not copy whole "res" folder to output/dist, but only th

svn commit: r1231776 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_24: ./ build.properties.default

2012-01-15 Thread markt
Author: markt Date: Sun Jan 15 22:21:41 2012 New Revision: 1231776 URL: http://svn.apache.org/viewvc?rev=1231776&view=rev Log: Tag 7.0.24 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_24/ (props changed) - copied from r1231773, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_

DO NOT REPLY [Bug 51334] Web SSO support based on WS-Federation Passive Requestor Profile

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51334 --- Comment #3 from Mark Thomas 2012-01-15 22:14:15 UTC --- This is a relatively large amount of code and I do not recall any demand for this from the Tomcat user community. On that basis, I do not believe that this belongs in the Core Tomc

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

2012-01-15 Thread kkolinko
Author: kkolinko Date: Sun Jan 15 22:14:02 2012 New Revision: 1231773 URL: http://svn.apache.org/viewvc?rev=1231773&view=rev Log: Replace description with a formal patch, including the fix from Rainer's review. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.t

DO NOT REPLY [Bug 48892] Use URIEncoding from server.xml for decoding post data sent with application/x-www-form-urlencoded mime type

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48892 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 Mark Thomas changed: What|Removed |Added Component|Jasper |Jasper Version|trunk

DO NOT REPLY [Bug 44904] Provide warning message when DataSource's maxActive="0"

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44904 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 40728] Catalina MBeans use non-serializable classes

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #13 from Mark T

DO NOT REPLY [Bug 38216] Extend Jmxproxy to allow call of MBean Operations

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38216 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1231764 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/JMXProxyServlet.java webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2012-01-15 Thread markt
Author: markt Date: Sun Jan 15 21:41:34 2012 New Revision: 1231764 URL: http://svn.apache.org/viewvc?rev=1231764&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38216 Add the ability to invoke MBean operations through the JMXProxy Based on a patch by Christopher Hlubek Also im

svn commit: r1231763 - /tomcat/trunk/webapps/docs/manager-howto.xml

2012-01-15 Thread markt
Author: markt Date: Sun Jan 15 21:39:28 2012 New Revision: 1231763 URL: http://svn.apache.org/viewvc?rev=1231763&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

svn commit: r1231762 - in /tomcat/trunk: java/org/apache/catalina/manager/JMXProxyServlet.java webapps/docs/manager-howto.xml

2012-01-15 Thread markt
Author: markt Date: Sun Jan 15 21:37:18 2012 New Revision: 1231762 URL: http://svn.apache.org/viewvc?rev=1231762&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38216 Add the ability to invoke MBean operations through the JMXProxy Based on a patch by Christopher Hlubek Also im

Re: svn commit: r1230765 - in /tomcat/trunk/java/org/apache/catalina/core: ContainerBase.java StandardContext.java

2012-01-15 Thread Konstantin Kolinko
2012/1/13 : > Author: markt > Date: Thu Jan 12 20:34:24 2012 > New Revision: 1230765 > > URL: http://svn.apache.org/viewvc?rev=1230765&view=rev > Log: > Move destruction of ContainerBase objects to ContainerBase to ensure > that they are destroyed. > > Modified: >    tomcat/trunk/java/org/apache/c

DO NOT REPLY [Bug 10021] Include upgrade option in installer

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10021 --- Comment #8 from Mark Thomas 2012-01-15 20:59:40 UTC --- There are complications with the "just over-write the binaries and JARs" and include: - required changes to config files - changes in JAR names (e.g. JDT updates) I am leaning mor

svn commit: r1231743 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java w

2012-01-15 Thread markt
Author: markt Date: Sun Jan 15 20:08:09 2012 New Revision: 1231743 URL: http://svn.apache.org/viewvc?rev=1231743&view=rev Log: Ensure that connections from unlockAccept() do not get passed to a processor. Reduce differences between BIO, NIO and APR acceptor code. Modified: tomcat/tc7.0.x/trun

svn commit: r1231741 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/mbeans/MBeanDumper.java

2012-01-15 Thread markt
Author: markt Date: Sun Jan 15 20:06:45 2012 New Revision: 1231741 URL: http://svn.apache.org/viewvc?rev=1231741&view=rev Log: Log full stack trace when there is an error - may provide more clues as to what is going on. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trun

svn commit: r1231740 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java JIoEndpoint.java NioEndpoint.java

2012-01-15 Thread markt
Author: markt Date: Sun Jan 15 20:04:05 2012 New Revision: 1231740 URL: http://svn.apache.org/viewvc?rev=1231740&view=rev Log: Ensure that connections from unlockAccept() do not get passed to a processor. Reduce differences between BIO, NIO and APR acceptor code. Modified: tomcat/trunk/java/o

svn commit: r1231738 - /tomcat/trunk/java/org/apache/catalina/mbeans/MBeanDumper.java

2012-01-15 Thread markt
Author: markt Date: Sun Jan 15 20:03:19 2012 New Revision: 1231738 URL: http://svn.apache.org/viewvc?rev=1231738&view=rev Log: Log full stack trace when there is an error - may provide more clues as to what is going on. Modified: tomcat/trunk/java/org/apache/catalina/mbeans/MBeanDumper.java

buildbot success in ASF Buildbot on tomcat-trunk

2012-01-15 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/2658 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1231703 - /tomcat/trunk/res/ide-support/eclipse/eclipse.classpath

2012-01-15 Thread rjung
Author: rjung Date: Sun Jan 15 16:24:34 2012 New Revision: 1231703 URL: http://svn.apache.org/viewvc?rev=1231703&view=rev Log: Fix wrong TC deps version in eclipse path. Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.cl

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

2012-01-15 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 has an issue affecting its community integration. This i

buildbot failure in ASF Buildbot on tomcat-trunk

2012-01-15 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/2657 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

Re: svn ignore for netbeans

2012-01-15 Thread Rainer Jung
On 15.01.2012 10:44, Brian Burch wrote: When using netbeans as an ide, it will always create a subdirectory called nbproject inside the project root directory. That means svn status will show this local directory as "?" (not under version control). There are no circumstances where someone should

svn commit: r1231660 - /tomcat/tc7.0.x/trunk/modules/

2012-01-15 Thread rjung
Author: rjung Date: Sun Jan 15 12:37:57 2012 New Revision: 1231660 URL: http://svn.apache.org/viewvc?rev=1231660&view=rev Log: Updatesvn:externals for modules/jdbc-pool to pick up svn:ignore changes. Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) Propchange: tomcat/tc7.0.x/trunk/m

svn commit: r1231657 - in /tomcat/tc7.0.x/trunk: ./ .gitignore webapps/docs/changelog.xml

2012-01-15 Thread rjung
Author: rjung Date: Sun Jan 15 12:26:12 2012 New Revision: 1231657 URL: http://svn.apache.org/viewvc?rev=1231657&view=rev Log: Update svn:ignore: - add Netbeans project folder "nbproject" - sort entries - ignore .* instead of individual files for modules/jdbc-pool like in the main directory Add

svn commit: r1231655 - /tomcat/trunk/.gitignore

2012-01-15 Thread rjung
Author: rjung Date: Sun Jan 15 12:09:30 2012 New Revision: 1231655 URL: http://svn.apache.org/viewvc?rev=1231655&view=rev Log: Add Netbeans project folder nbproject to .gitignore. Modified: tomcat/trunk/.gitignore Modified: tomcat/trunk/.gitignore URL: http://svn.apache.org/viewvc/tomcat/tr

svn commit: r1231654 - in /tomcat/trunk: ./ modules/jdbc-pool/

2012-01-15 Thread rjung
Author: rjung Date: Sun Jan 15 12:03:31 2012 New Revision: 1231654 URL: http://svn.apache.org/viewvc?rev=1231654&view=rev Log: Update svn:ignore: - add Netbeans project folder "nbproject" - sort entries - ignore .* instead of individual files for modules/jdbc-pool like in the main directory Mod

DO NOT REPLY [Bug 52467] "Unable to open the service 'Tomcat7'" when Monitor starts

2012-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52467 --- Comment #13 from denixx baykin 2012-01-15 11:38:09 UTC --- Thanks for workaround. It works. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-01-15 Thread Mark Thomas
On 15/01/2012 10:35, Konstantin Kolinko wrote: > 2012/1/15 Mark Thomas : >> On 15/01/2012 06:06, Konstantin Kolinko wrote: >>> 2012/1/15 : The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apa

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-01-15 Thread Konstantin Kolinko
2012/1/15 Mark Thomas : > On 15/01/2012 06:06, Konstantin Kolinko wrote: >> 2012/1/15  : >>> 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/2653 >>> >>> Build

svn ignore for netbeans

2012-01-15 Thread Brian Burch
When using netbeans as an ide, it will always create a subdirectory called nbproject inside the project root directory. That means svn status will show this local directory as "?" (not under version control). There are no circumstances where someone should be allowed to commit the nbproject di

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-01-15 Thread Mark Thomas
On 15/01/2012 06:06, Konstantin Kolinko wrote: > 2012/1/15 : >> 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/2653 >> >> Buildbot URL: http://ci.apache.org/ >>