svn commit: r1100121 - in /tomcat/trunk: java/javax/servlet/ServletContext.java webapps/docs/changelog.xml

2011-05-06 Thread markt
Author: markt Date: Fri May 6 07:54:53 2011 New Revision: 1100121 URL: http://svn.apache.org/viewvc?rev=1100121&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51154 Remove duplicate @deprecated tags Patch provided by sebb Modified: tomcat/trunk/java/javax/servlet/Servle

DO NOT REPLY [Bug 51154] Spurious @deprecated tags in ServletContext

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51154 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1100125 - in /tomcat/trunk: java/javax/servlet/jsp/el/ webapps/docs/

2011-05-06 Thread markt
Author: markt Date: Fri May 6 08:05:42 2011 New Revision: 1100125 URL: http://svn.apache.org/viewvc?rev=1100125&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51154 Add missing comments to @deprecated code Patch provided by sebb Modified: tomcat/trunk/java/javax/servlet

DO NOT REPLY [Bug 51155] Missing @deprecated comments

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51155 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1100145 - in /tomcat/trunk: java/org/apache/catalina/manager/HTMLManagerServlet.java webapps/docs/changelog.xml

2011-05-06 Thread markt
Author: markt Date: Fri May 6 09:22:38 2011 New Revision: 1100145 URL: http://svn.apache.org/viewvc?rev=1100145&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51156 Expose session expiration option for apps defined in server.xml Modified: tomcat/trunk/java/org/apache/c

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

2011-05-06 Thread markt
Author: markt Date: Fri May 6 09:23:56 2011 New Revision: 1100146 URL: http://svn.apache.org/viewvc?rev=1100146&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

DO NOT REPLY [Bug 51156] "Expire sessions" button not visible for context configured in server.xml

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51156 --- Comment #1 from Mark Thomas 2011-05-06 09:24:42 UTC --- Thanks for the report. This has been fixed in 7.0.x and will be included in 7.0.13 onwards. The fix has also been proposed for 6.0.x. -- Configure bugmail: https://issues.apach

DO NOT REPLY [Bug 51099] SPNEGO loginConfigName does not work

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51099 --- Comment #4 from Gerard Borst 2011-05-06 09:39:54 UTC --- Just trying to help. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee

DO NOT REPLY [Bug 50949] Allow configuration of service name, AJP port, server port.

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50949 --- Comment #1 from jan van engelen 2011-05-06 13:51:26 UTC --- The possibility to have multiple Tomcat installations on the same server without manual interference, just as part of the installation process, would be welcomed much. As res

question on AprEndpoint.Poller used on XP

2011-05-06 Thread Eric van der Maarel
Hi, We're in a discussion on the APR dev mailing list regarding a problem with tcnative on XP. On XP the poller implemented in APR with select() is being used. According to Jeff Trawick of APR, select can never give an APR_POLLHUP return event (see http://mail-archives.apache.org/mod_mbox/apr-dev/

Re: question on AprEndpoint.Poller used on XP

2011-05-06 Thread Mladen Turk
On 05/06/2011 04:02 PM, Eric van der Maarel wrote: Hi, We're in a discussion on the APR dev mailing list regarding a problem with tcnative on XP. On XP the poller implemented in APR with select() is being used. According to Jeff Trawick of APR, select can never give an APR_POLLHUP return event (

svn commit: r1100229 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_13: ./ build.properties.default modules/

2011-05-06 Thread markt
Author: markt Date: Fri May 6 14:27:58 2011 New Revision: 1100229 URL: http://svn.apache.org/viewvc?rev=1100229&view=rev Log: Tag 7.0.13 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_13/ (props changed) - copied from r1100228, tomcat/trunk/ Removed: tomcat/tc7.0.x/tags/TOMCAT_7_0_13/modu

svn commit: r1100231 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default

2011-05-06 Thread markt
Author: markt Date: Fri May 6 14:32:28 2011 New Revision: 1100231 URL: http://svn.apache.org/viewvc?rev=1100231&view=rev Log: Update for next release Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default Modified: tomcat/trunk/build.properties.def

[VOTE] Release Apache Tomcat 7.0.13

2011-05-06 Thread Mark Thomas
The proposed Apache Tomcat 7.0.13 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.13/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_13/ The proposed 7.0.13 release is: [ ] Broken - do not release [ ]

DO NOT REPLY [Bug 51162] New: NPE at org.apache.catalina.core.ContainerBase.removeChild()

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51162 Bug #: 51162 Summary: NPE at org.apache.catalina.core.ContainerBase.removeChild() Product: Tomcat 6 Version: 6.0.32 Platform: PC OS/Version: Linux

DO NOT REPLY [Bug 51162] NPE at org.apache.catalina.core.ContainerBase.removeChild()

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51162 --- Comment #1 from Ondra Žižka 2011-05-06 19:04:03 UTC --- Steps to reproduce: 1) Get commit https://github.com/OndraZizka/arquillian-container-tomcat/commit/35fa744834d23c190f25d70466813fcd9e741544 2) Start Tomcat server with JMX on p

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

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728 --- Comment #9 from Ondra Žižka 2011-05-06 19:30:12 UTC --- I'd be glad to have more info about classloaders. From what I see now in Tomcat 6 there's only few traits about WebClassLoader and ServletLoader, no info about loaded classes etc.

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

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728 --- Comment #10 from Ondra Žižka 2011-05-06 19:31:38 UTC --- Afterall - where would you like to gather these suggestions for JMX enhancements? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You ar

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

2011-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728 --- Comment #11 from Jess Holle 2011-05-06 19:36:41 UTC --- As best I can tell there are almost no JMX enhancements whatsoever in Java 7. Requiring Java 6 is sufficient to get MXBeans, etc. [I'm still using CompositeData and TabularData de

Re: question on AprEndpoint.Poller used on XP

2011-05-06 Thread Eric van der Maarel
On Fri, May 6, 2011 at 4:18 PM, Mladen Turk wrote: > On 05/06/2011 04:02 PM, Eric van der Maarel wrote: > >> Hi, >> >> We're in a discussion on the APR dev mailing list regarding a problem >> with tcnative on XP. On XP the poller implemented in APR with select() >> is being used. According to Jef

[GUMP@vmgump]: Project jakarta-tomcat-dbcp (in module jakarta-tomcat-5) failed

2011-05-06 Thread bobh
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 jakarta-tomcat-dbcp has an issue affecting its community integration. This

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

2011-05-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-dbcp has an issue affecting its community integration. This i

[GUMP@vmgump]: Project tomcat-tc6 (in module tomcat-tc6) success, but with warnings.

2011-05-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-tc6 contains errors. The current state of this project is 'Success'