svn commit: r1297374 - in /tomcat/maven-plugin/trunk: ./ tomcat7-maven-plugin/src/test/resources/deploy-only-war-project/ tomcat7-maven-plugin/src/test/resources/deploy-war-project/ tomcat7-maven-plug

2012-03-06 Thread olamy
Author: olamy Date: Tue Mar 6 08:07:33 2012 New Revision: 1297374 URL: http://svn.apache.org/viewvc?rev=1297374view=rev Log: upgrade failsafe version and use variable for version in it tests Modified: tomcat/maven-plugin/trunk/pom.xml

svn commit: r1297379 - /tomcat/maven-plugin/trunk/pom.xml

2012-03-06 Thread olamy
Author: olamy Date: Tue Mar 6 08:27:31 2012 New Revision: 1297379 URL: http://svn.apache.org/viewvc?rev=1297379view=rev Log: back to tomcat7 7.0.25 due to https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 Modified: tomcat/maven-plugin/trunk/pom.xml Modified:

svn commit: r1297380 - in /tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources: basic-webapp-it/pom.xml pom.xml

2012-03-06 Thread olamy
Author: olamy Date: Tue Mar 6 08:27:42 2012 New Revision: 1297380 URL: http://svn.apache.org/viewvc?rev=1297380view=rev Log: set some maven plugin versions in archetype sample as it's a sample it must be a good sample Modified:

DO NOT REPLY [Bug 52830] DataSource JNDI lookup with javax.naming.Name failed

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52830 --- Comment #1 from moogle easyra...@gmail.com 2012-03-06 09:57:15 UTC --- Doesn't work with a javax.naming.Name create with key java:comp/env/jdbc/mydb If you look at

svn commit: r1297411 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/CatalinaFactory.java

2012-03-06 Thread rjung
Author: rjung Date: Tue Mar 6 10:30:24 2012 New Revision: 1297411 URL: http://svn.apache.org/viewvc?rev=1297411view=rev Log: Fix comment typo. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/CatalinaFactory.java Modified:

svn commit: r1297439 - in /tomcat/jk/trunk/native: common/jk_global.h common/jk_uri_worker_map.c iis/jk_isapi_plugin.c

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 12:21:02 2012 New Revision: 1297439 URL: http://svn.apache.org/viewvc?rev=1297439view=rev Log: Use global mutex instead critical section so that multiple instance don't init at once in case IIS starts multiple processes Modified:

svn commit: r1297441 - /tomcat/jk/trunk/native/common/jk_global.h

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 12:23:25 2012 New Revision: 1297441 URL: http://svn.apache.org/viewvc?rev=1297441view=rev Log: Presume MSVC defines ansi name for stat Modified: tomcat/jk/trunk/native/common/jk_global.h Modified: tomcat/jk/trunk/native/common/jk_global.h URL:

svn commit: r1297445 - in /tomcat/jk/trunk/native: common/jk_global.h iis/Makefile.amd64

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 12:33:58 2012 New Revision: 1297445 URL: http://svn.apache.org/viewvc?rev=1297445view=rev Log: Use _stat for newest MSVC's and axe bufferoverflow library. If needed user can provide it inside EXTRA_LIBS Modified: tomcat/jk/trunk/native/common/jk_global.h

svn commit: r1297452 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 12:48:48 2012 New Revision: 1297452 URL: http://svn.apache.org/viewvc?rev=1297452view=rev Log: Use the same prefix as for shared memory mutex Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL:

DO NOT REPLY [Bug 52837] New: NullPointerException at AprEndpoint.getCometPoller()

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52837 Bug #: 52837 Summary: NullPointerException at AprEndpoint.getCometPoller() Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Linux Status: NEW

[jira] [Commented] (MTOMCAT-123) Can't add test scoped dependency filters to web.xml

2012-03-06 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13223273#comment-13223273 ] Hudson commented on MTOMCAT-123: Integrated in TomcatMavenPlugin-mvn3.x #114 (See

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #2 from Mark Thomas ma...@apache.org 2012-03-06 14:21:25 UTC --- Hmm. I'm failing to understand how the StandardServer ends up with a parent class loader that is not a child of the system class loader. At the moment this looks

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #3 from olamy ol...@apache.org 2012-03-06 14:28:44 UTC --- see

DO NOT REPLY [Bug 52819] problems in org.apache.jasper.xmlparser.EncodingMap#fIANA2JavaMap

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

Re: svn commit: r1297158 - in /tomcat/trunk/test/org/apache/catalina/authenticator: TestDigestAuthenticator.java TestNonLoginAndBasicAuthenticator.java TestSSOnonLoginAndBasicAuthenticator.java

2012-03-06 Thread Brian Burch
On 05/03/12 18:45, ma...@apache.org wrote: Author: markt Date: Mon Mar 5 18:45:27 2012 New Revision: 1297158 URL: http://svn.apache.org/viewvc?rev=1297158view=rev Log: Fix some test failures now response bodies are available for error responses. Modified:

Re: svn commit: r1297158 - in /tomcat/trunk/test/org/apache/catalina/authenticator: TestDigestAuthenticator.java TestNonLoginAndBasicAuthenticator.java TestSSOnonLoginAndBasicAuthenticator.java

2012-03-06 Thread Konstantin Kolinko
2012/3/6 Brian Burch br...@pingtoo.com: On 05/03/12 18:45, ma...@apache.org wrote: Author: markt Date: Mon Mar  5 18:45:27 2012 New Revision: 1297158 URL: http://svn.apache.org/viewvc?rev=1297158view=rev Log: Fix some test failures now response bodies are available for error responses.

svn commit: r1297520 - in /tomcat/trunk/webapps/examples: WEB-INF/ WEB-INF/classes/websocket/snake/ websocket/

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 15:14:50 2012 New Revision: 1297520 URL: http://svn.apache.org/viewvc?rev=1297520view=rev Log: Add a multi-player snake example for WebSocket. Patch provide by Johno Crawford. Added: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/snake/

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #57 from Mark Thomas ma...@apache.org 2012-03-06 15:15:27 UTC --- (In reply to comment #56) Created attachment 28420 [details] Multiplayer snake example Brilliant. Simply brilliant. I did clean up a few warnings and reduced

svn commit: r1297540 - in /tomcat/jk/trunk/xdocs: ajp/project.xml generic_howto/project.xml index.xml miscellaneous/project.xml news/20120301.xml news/project.xml project.xml reference/project.xml web

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 15:51:38 2012 New Revision: 1297540 URL: http://svn.apache.org/viewvc?rev=1297540view=rev Log: Add year 2012 news section Added: tomcat/jk/trunk/xdocs/news/20120301.xml (with props) Modified: tomcat/jk/trunk/xdocs/ajp/project.xml

Re: svn commit: r1297158 - in /tomcat/trunk/test/org/apache/catalina/authenticator: TestDigestAuthenticator.java TestNonLoginAndBasicAuthenticator.java TestSSOnonLoginAndBasicAuthenticator.java

2012-03-06 Thread Brian Burch
On 06/03/12 14:58, Konstantin Kolinko wrote: 2012/3/6 Brian Burchbr...@pingtoo.com: However, this new version of my test is failing in a peculiar manner and I am currently investigating the problem. I will make any further comments on the original thread New unit tests for Authenticators and

svn commit: r1297548 - /tomcat/jk/trunk/native/common/jk_version.h

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 16:09:35 2012 New Revision: 1297548 URL: http://svn.apache.org/viewvc?rev=1297548view=rev Log: Temporary promote to release Modified: tomcat/jk/trunk/native/common/jk_version.h Modified: tomcat/jk/trunk/native/common/jk_version.h URL:

svn commit: r1297551 - /tomcat/jk/trunk/tools/jkrelease.sh

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 16:11:42 2012 New Revision: 1297551 URL: http://svn.apache.org/viewvc?rev=1297551view=rev Log: Do not distribute KEYS with package. If someone tampers the package he can tamper the KEYS file as well. User must validate againt the KEYS file from ASF web site

DO NOT REPLY [Bug 52839] New: New unit test for DigestAuthenticator and SingleSignOn

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52839 Bug #: 52839 Summary: New unit test for DigestAuthenticator and SingleSignOn Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All Status: NEW

svn commit: r1297571 - in /tomcat/jk/trunk: tools/jkrelease.sh xdocs/style.xsl

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 16:54:34 2012 New Revision: 1297571 URL: http://svn.apache.org/viewvc?rev=1297571view=rev Log: Add support for lynx html to txt converter Modified: tomcat/jk/trunk/tools/jkrelease.sh tomcat/jk/trunk/xdocs/style.xsl Modified:

svn commit: r1297577 - in /tomcat/jk/trunk: tools/dist/README.html tools/dist/binaries/windows/README.html xdocs/style.xsl

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 17:03:53 2012 New Revision: 1297577 URL: http://svn.apache.org/viewvc?rev=1297577view=rev Log: Update to target release Modified: tomcat/jk/trunk/tools/dist/README.html tomcat/jk/trunk/tools/dist/binaries/windows/README.html

DO NOT REPLY [Bug 52591] UnsupportedOperationException logged when fetching BasicDataSource 'loginTimeout'

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52591 --- Comment #3 from Jonathan Hodges hodg...@gmail.com 2012-03-06 17:20:48 UTC --- I am not sure this issue is fixed as I am still seeing a variant of this behavior in 7.0.26. I just posted the following to the Tomcat user forum. Hi, We

svn commit: r1297583 - /tomcat/jk/trunk/tools/jkrelease.sh

2012-03-06 Thread mturk
Author: mturk Date: Tue Mar 6 17:21:12 2012 New Revision: 1297583 URL: http://svn.apache.org/viewvc?rev=1297583view=rev Log: No need for local links in dump Modified: tomcat/jk/trunk/tools/jkrelease.sh Modified: tomcat/jk/trunk/tools/jkrelease.sh URL:

Removing html to txt conversion for changelog and news in JK (1.2.33+)

2012-03-06 Thread Mladen Turk
Hi, Converted html files (no mater which tool used) just look ugly. I see no point of having trash-like content distributed, so can we just axe those conversion? The content is already present in src as generated html file(s) so converting them to .txt is useless if unreadable and IMHO nowadays

DO NOT REPLY [Bug 52591] UnsupportedOperationException logged when fetching BasicDataSource 'loginTimeout'

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52591 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net 2012-03-06 18:52:02 UTC --- Jonathan, I think this is a different bug: my original report was about UnsupportedOperationExceptions being thrown by the beans themselves.

svn commit: r1297716 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 20:55:29 2012 New Revision: 1297716 URL: http://svn.apache.org/viewvc?rev=1297716view=rev Log: Code clean-up promoted by the UCDetector. Modified: tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java Modified:

svn commit: r1297717 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 20:56:10 2012 New Revision: 1297717 URL: http://svn.apache.org/viewvc?rev=1297717view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52726 Clean-up. Avoid unlikely fd leak. Modified:

svn commit: r1297720 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/users/MemoryUserDatabase.java webapps/docs/changelog.xml

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 21:03:29 2012 New Revision: 1297720 URL: http://svn.apache.org/viewvc?rev=1297720view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52726 Clean-up. Avoid unlikely fd leak. Modified: tomcat/tc7.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 52726] An incomplete fix for the resource leak bug in MemoryUserDatabase.java

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

svn commit: r1297722 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 21:15:26 2012 New Revision: 1297722 URL: http://svn.apache.org/viewvc?rev=1297722view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52727 Code clean-up Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified:

svn commit: r1297723 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 21:16:44 2012 New Revision: 1297723 URL: http://svn.apache.org/viewvc?rev=1297723view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52727 Code clean-up Modified: tomcat/tc7.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 52727] An incomplete fix for the resource leak bug in HostConfig.java

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

svn commit: r1297728 - /tomcat/trunk/java/org/apache/catalina/valves/CometConnectionManagerValve.java

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 21:25:32 2012 New Revision: 1297728 URL: http://svn.apache.org/viewvc?rev=1297728view=rev Log: Code clean-up prompted by the UCDetector. Modified: tomcat/trunk/java/org/apache/catalina/valves/CometConnectionManagerValve.java Modified:

svn commit: r1297729 - /tomcat/trunk/java/org/apache/catalina/valves/CometConnectionManagerValve.java

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 21:26:11 2012 New Revision: 1297729 URL: http://svn.apache.org/viewvc?rev=1297729view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52729 Even if the end event fails, try and perform the close. Modified:

svn commit: r1297730 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/CometConnectionManagerValve.java webapps/docs/changelog.xml

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 21:27:04 2012 New Revision: 1297730 URL: http://svn.apache.org/viewvc?rev=1297730view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52729 Even if the end event fails, try and perform the close. Modified: tomcat/tc7.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 52729] An incomplete fix for the resource leak bug in CometConnectionManagerValve.java

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

buildbot failure in ASF Buildbot on tomcat-trunk

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

DO NOT REPLY [Bug 52730] Another incomplete fix for the resource leak bug in CometConnectionManagerValve.java

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

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-06 Thread Mark Thomas
On 06/03/2012 21:27, build...@apache.org wrote: 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/2816 Buildbot URL: http://ci.apache.org/ Buildslave for this

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-06 Thread Konstantin Kolinko
2012/3/7 Mark Thomas ma...@apache.org: On 06/03/2012 21:27, build...@apache.org wrote: 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/2816 Buildbot URL:

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #58 from Johno Crawford jo...@sulake.com 2012-03-06 21:54:46 UTC --- Created attachment 28426 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28426 Multiplayer snake collision fix Thanks for taking the time to fix

Re: svn commit: r1297571 - in /tomcat/jk/trunk: tools/jkrelease.sh xdocs/style.xsl

2012-03-06 Thread Konstantin Kolinko
2012/3/6 mt...@apache.org: Author: mturk Date: Tue Mar  6 16:54:34 2012 New Revision: 1297571 URL: http://svn.apache.org/viewvc?rev=1297571view=rev Log: Add support for lynx html to txt converter Modified:    tomcat/jk/trunk/tools/jkrelease.sh    tomcat/jk/trunk/xdocs/style.xsl

svn commit: r1297760 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/websocket/snake/Snake.java WEB-INF/classes/websocket/snake/SnakeWebSocketServlet.java websocket/snake.html

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 22:21:11 2012 New Revision: 1297760 URL: http://svn.apache.org/viewvc?rev=1297760view=rev Log: Fix collision bug (steering into your own snake now kills the snake) Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/snake/Snake.java

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #59 from Mark Thomas ma...@apache.org 2012-03-06 22:21:36 UTC --- (In reply to comment #58) Created attachment 28426 [details] Multiplayer snake collision fix Thanks for taking the time to fix the warnings, formatting and

svn propchange: r1297760 - svn:log

2012-03-06 Thread markt
Author: markt Revision: 1297760 Modified property: svn:log Modified: svn:log at Tue Mar 6 22:23:25 2012 -- --- svn:log (original) +++ svn:log Tue Mar 6 22:23:25 2012 @@ -1 +1,2 @@ Fix collision bug (steering into your

svn commit: r1297768 - /tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 22:38:54 2012 New Revision: 1297768 URL: http://svn.apache.org/viewvc?rev=1297768view=rev Log: Code clean-up prompted by the UCDetector. Modified: tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java Modified:

svn commit: r1297769 - /tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 22:39:33 2012 New Revision: 1297769 URL: http://svn.apache.org/viewvc?rev=1297769view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52731 Clean-up code. Fixes potential resource leak although the problems that would trigger the leak are far more

svn commit: r1297770 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/JDTCompiler.java webapps/docs/changelog.xml

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 22:40:36 2012 New Revision: 1297770 URL: http://svn.apache.org/viewvc?rev=1297770view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52731 Clean-up code. Fixes potential resource leak although the problems that would trigger the leak are far more

DO NOT REPLY [Bug 52731] An incomplete fix for the resource leak bug in JDTCompiler.java

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

svn commit: r1297778 - /tomcat/trunk/java/javax/el/ExpressionFactory.java

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 22:56:31 2012 New Revision: 1297778 URL: http://svn.apache.org/viewvc?rev=1297778view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52732 Clean-up code. Fixes potential resource leak although the problems that would trigger the leak are far more

DO NOT REPLY [Bug 52732] An incomplete fix for the resource leak bug in ExpressionFactory.java

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

svn commit: r1297781 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ExpressionFactory.java webapps/docs/changelog.xml

2012-03-06 Thread markt
Author: markt Date: Tue Mar 6 22:58:30 2012 New Revision: 1297781 URL: http://svn.apache.org/viewvc?rev=1297781view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52732 Clean-up code. Fixes potential resource leak although the problems that would trigger the leak are far more

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-06 Thread Konstantin Kolinko
2012/3/7 Mark Thomas ma...@apache.org: On 06/03/2012 21:27, build...@apache.org wrote: 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/2816 Buildbot URL:

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-06 Thread Konstantin Kolinko
2012/3/7 Konstantin Kolinko knst.koli...@gmail.com: 2012/3/7 Mark Thomas ma...@apache.org: On 06/03/2012 21:27, build...@apache.org wrote: The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at:  

DO NOT REPLY [Bug 52842] New: MBeanDumper dumpBeans SEVERE: Error getting attribute while using JMXProxy servlet

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52842 Bug #: 52842 Summary: MBeanDumper dumpBeans SEVERE: Error getting attribute while using JMXProxy servlet Product: Tomcat 7 Version: 7.0.26 Platform: PC

buildbot success in ASF Buildbot on tomcat-trunk

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

DO NOT REPLY [Bug 52842] MBeanDumper dumpBeans SEVERE: Error getting attribute while using JMXProxy servlet

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52842 --- Comment #1 from Jonathan Hodges hodg...@gmail.com 2012-03-06 23:58:42 UTC --- This also appears on HP hardware with RHEL on both 32-bit and 64-bit Sun JVMs. We are using the APR Native Tomcat library with a Executor thread pool. As I

Re: Removing html to txt conversion for changelog and news in JK (1.2.33+)

2012-03-06 Thread Rainer Jung
On 06.03.2012 18:40, Mladen Turk wrote: Hi, Converted html files (no mater which tool used) just look ugly. I see no point of having trash-like content distributed, so can we just axe those conversion? The content is already present in src as generated html file(s) so converting them to .txt

svn commit: r1297816 - /tomcat/jk/trunk/tools/jkrelease.sh

2012-03-06 Thread rjung
Author: rjung Date: Wed Mar 7 00:56:18 2012 New Revision: 1297816 URL: http://svn.apache.org/viewvc?rev=1297816view=rev Log: Fix name inconsistency for new variable. Now it should be actually used. Modified: tomcat/jk/trunk/tools/jkrelease.sh Modified: tomcat/jk/trunk/tools/jkrelease.sh

Re: svn commit: r1297571 - in /tomcat/jk/trunk: tools/jkrelease.sh xdocs/style.xsl

2012-03-06 Thread Rainer Jung
Hi Konstantin, On 06.03.2012 23:03, Konstantin Kolinko wrote: 2012/3/6mt...@apache.org: Author: mturk Date: Tue Mar 6 16:54:34 2012 New Revision: 1297571 URL: http://svn.apache.org/viewvc?rev=1297571view=rev Log: Add support for lynx html to txt converter Modified:

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

2012-03-06 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-validate-eoln has an issue affecting its community

svn commit: r1297818 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2012-03-06 Thread rjung
Author: rjung Date: Wed Mar 7 01:02:28 2012 New Revision: 1297818 URL: http://svn.apache.org/viewvc?rev=1297818view=rev Log: BZ 52842: Exception in MBeanDumper. StandardThreadExecutor attribute prestartminSpareThread uses is. Fix MBean descriptor. Modified:

svn commit: r1297820 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/mbeans-descriptors.xml webapps/docs/changelog.xml

2012-03-06 Thread rjung
Author: rjung Date: Wed Mar 7 01:08:52 2012 New Revision: 1297820 URL: http://svn.apache.org/viewvc?rev=1297820view=rev Log: BZ 52842: Exception in MBeanDumper. StandardThreadExecutor attribute prestartminSpareThread uses is. Fix MBean descriptor. Backport of r1297818 from trunk. Modified:

DO NOT REPLY [Bug 52842] MBeanDumper dumpBeans SEVERE: Error getting attribute while using JMXProxy servlet

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

svn commit: r1297828 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2012-03-06 Thread rjung
Author: rjung Date: Wed Mar 7 01:30:59 2012 New Revision: 1297828 URL: http://svn.apache.org/viewvc?rev=1297828view=rev Log: Another StandardThreadExecutor attribute with is getter. Fix MBean descriptor. Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Modified:

svn commit: r1297829 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/mbeans-descriptors.xml

2012-03-06 Thread rjung
Author: rjung Date: Wed Mar 7 01:32:29 2012 New Revision: 1297829 URL: http://svn.apache.org/viewvc?rev=1297829view=rev Log: Another StandardThreadExecutor attribute with is getter. Fix MBean descriptor. Backport of r1297828 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed)

buildbot failure in ASF Buildbot on tomcat-trunk

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

DO NOT REPLY [Bug 52842] MBeanDumper dumpBeans SEVERE: Error getting attribute while using JMXProxy servlet

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52842 --- Comment #3 from Jonathan Hodges hodg...@gmail.com 2012-03-07 02:17:27 UTC --- Will this fix the other following exception concerning objects exposed with the org.springframework.jmx.export.MBeanExporter? Mar 6, 2012 9:18:20 AM

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

2012-03-06 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.

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-03-06 Thread Gump
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-taglibs-standard has an issue affecting its community