svn commit: r995071 - /tomcat/tags/JDBC_POOL_1_0_8_5/

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 14:43:39 2010 New Revision: 995071 URL: http://svn.apache.org/viewvc?rev=995071&view=rev Log: Create missing tag for jdbc-pool 1.0.8.5 Added: tomcat/tags/JDBC_POOL_1_0_8_5/ (props changed) - copied from r899796, tomcat/trunk/modules/jdbc-pool/ Propchang

[VOTE] Release Tomcat 5.5.31 Build

2010-09-08 Thread Jim Jagielski
The builds for Tomcat 5.5.31 are ready for testing and approval. The candidates binaries are available here: http://people.apache.org/~jim/tomcat-5.5/ According to the release process, the 5.5.31 build corresponding to the tag TOMCAT_5_5_31 [1] is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable +++

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

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 15:09:16 2010 New Revision: 995082 URL: http://svn.apache.org/viewvc?rev=995082&view=rev Log: Bring changelog up to date Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL: http://svn.apach

svn commit: r995083 - /tomcat/trunk/modules/jdbc-pool/build.properties.default

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 15:09:49 2010 New Revision: 995083 URL: http://svn.apache.org/viewvc?rev=995083&view=rev Log: Update to latest Tomact 6.0.x and DBCP 1.3.x release Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default Modified: tomcat/trunk/modules/jdbc-pool/build.p

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

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 15:11:49 2010 New Revision: 995084 URL: http://svn.apache.org/viewvc?rev=995084&view=rev Log: Update changelog Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL: http://svn.apache.org/view

svn commit: r995087 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 15:19:00 2010 New Revision: 995087 URL: http://svn.apache.org/viewvc?rev=995087&view=rev Log: Remove some unused code Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java Modified: tomcat/trunk/modules/jdbc-pool/java

svn commit: r995091 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 15:27:00 2010 New Revision: 995091 URL: http://svn.apache.org/viewvc?rev=995091&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49831 Make sure pooled XA connections are properly closed when the pool shuts down. Based on a patch by Daniel Mikusa.

DO NOT REPLY [Bug 49831] Issue with closing XAConnections on MSSQL

2010-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49831 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 15:31:27 2010 New Revision: 995095 URL: http://svn.apache.org/viewvc?rev=995095&view=rev Log: Document new validation class (https://issues.apache.org/bugzilla/show_bug.cgi?id=48817) Patch provided by Matt Passell. Modified: tomcat/trunk/modules/jdbc-pool/doc/j

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2010-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 15:35:48 2010 New Revision: 995099 URL: http://svn.apache.org/viewvc?rev=995099&view=rev Log: Update changelog Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL: http://svn.apache.org/view

Re: [VOTE] Release Tomcat 5.5.31 Build

2010-09-08 Thread sebb
On 8 September 2010 15:50, Jim Jagielski wrote: > The builds for Tomcat 5.5.31 are ready for testing and approval. > The candidates binaries are available here: > >  http://people.apache.org/~jim/tomcat-5.5/ > > According to the release process, the 5.5.31 build corresponding to the > tag TOMCAT_5

DO NOT REPLY [Bug 49900] New: BundleSupport.release() does not call super.release() to clear bodyContent

2010-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49900 Summary: BundleSupport.release() does not call super.release() to clear bodyContent Product: Taglibs Version: 1.1 Platform: PC OS/Version: Windows XP Status:

Proposed .dsp and source change to jk for apache 2.0

2010-09-08 Thread William A. Rowe Jr.
It seems I've been lax in committing anything in recent memory, and had my commit privileges for the jk module suspended :) But wanted to pass on these very small proposals; * mod_jk.dsp should have referred to a project 'named' mod_jk, the 'project name' should generally match the name of th

Re: Proposed .dsp and source change to jk for apache 2.0

2010-09-08 Thread Mladen Turk
On 09/08/2010 06:51 PM, William A. Rowe Jr. wrote: It seems I've been lax in committing anything in recent memory, and had my commit privileges for the jk module suspended :) But wanted to pass on these very small proposals; Sure. Note that I'm using Makefile.vc for building the binaries, so

Re: Proposed .dsp and source change to jk for apache 2.0

2010-09-08 Thread William A. Rowe Jr.
On 9/8/2010 12:04 PM, Mladen Turk wrote: > On 09/08/2010 06:51 PM, William A. Rowe Jr. wrote: >> It seems I've been lax in committing anything in recent memory, and had my >> commit privileges for the jk module suspended :) But wanted to pass on these >> very small proposals; >> > > Sure. Note th

Re: Proposed .dsp and source change to jk for apache 2.0

2010-09-08 Thread Rainer Jung
On 08.09.2010 19:27, William A. Rowe Jr. wrote: On 9/8/2010 12:04 PM, Mladen Turk wrote: On 09/08/2010 06:51 PM, William A. Rowe Jr. wrote: It seems I've been lax in committing anything in recent memory, and had my commit privileges for the jk module suspended :) But wanted to pass on these ve

DO NOT REPLY [Bug 47678] Unable to allocate shared memory when using isapi_redirect.dll as an extension and filter

2010-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47678 --- Comment #2 from Eric Smith 2010-09-08 14:49:30 EDT --- I've just pulled down v1.2.30 32-bit and I'm seeing the same problem I reported last year under Windows 2008 Server 64bit, IIS 7.0. I have just observed that upon starting IIS, f

svn commit: r995218 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 19:39:36 2010 New Revision: 995218 URL: http://svn.apache.org/viewvc?rev=995218&view=rev Log: Fix @Override warnings Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultIns

svn commit: r995224 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 19:45:16 2010 New Revision: 995224 URL: http://svn.apache.org/viewvc?rev=995224&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49892 Correct JNDI name for method resource injections Based on a patch by Gurkan Erdogdu Modified: tomcat/trunk/

svn commit: r995226 - /tomcat/trunk/webapps/docs/changelog.xml

2010-09-08 Thread markt
Author: markt Date: Wed Sep 8 19:46:34 2010 New Revision: 995226 URL: http://svn.apache.org/viewvc?rev=995226&view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/we

DO NOT REPLY [Bug 49892] Wrong JNDI Name for Method Resource Injections

2010-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49892 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Tomcat Wiki] Update of "MemoryLeakProtection" by Sylva inLaurent

2010-09-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "MemoryLeakProtection" page has been changed by SylvainLaurent. http://wiki.apache.org/tomcat/MemoryLeakProtection?action=diff&rev1=12&rev2=13 --

Re: Proposed .dsp and source change to jk for apache 2.0

2010-09-08 Thread William A. Rowe Jr.
On 9/8/2010 12:57 PM, Rainer Jung wrote: > > +1 to everything you suggested to change. If you improve the dsps, you might > want to take > a look at > > https://issues.apache.org/bugzilla/show_bug.cgi?id=43303 Yea, I'm happy to add .rc's (VERSION resources) to the binaries, should be straightfo

DO NOT REPLY [Bug 43303] Versioning under Windows not reported by many connector components

2010-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43303 --- Comment #5 from William A. Rowe Jr. 2010-09-08 17:23:13 EDT --- Sensible suggestion! (Commenting to put it on my free-cycles radar). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are re

Can jsp-file be a JspServlet init-param?

2010-09-08 Thread David Jencks
I've recently rewritten the geronimo-jetty integration to work off the servlet 3 *Registration classes. This works great except for servlets backed by jsp files, since there's no way to tell the servlet container through the ServletRegistration interface that its actually something with this ex

DO NOT REPLY [Bug 49903] New: Make tomcat workers file reloadable

2010-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49903 Summary: Make tomcat workers file reloadable Product: Tomcat Connectors Version: unspecified Platform: All URL: http://www.mail-archive.com/us...@tomcat.apache.org/ms

DO NOT REPLY [Bug 49903] Make workers file reloadable

2010-09-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49903 Ruslan changed: What|Removed |Added Summary|Make tomcat workers file|Make workers file |relo

Re: Can jsp-file be a JspServlet init-param?

2010-09-08 Thread Mark Thomas
On 09/09/2010 00:54, David Jencks wrote: > I've recently rewritten the geronimo-jetty integration to work off the > servlet 3 *Registration classes. This works great except for servlets backed > by jsp files, since there's no way to tell the servlet container through the > ServletRegistration i