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

2013-11-12 Thread markt
Author: markt Date: Tue Nov 12 09:19:04 2013 New Revision: 1540977 URL: http://svn.apache.org/r1540977 Log: Update patch 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=1540977&r1=15409

Re: svn commit: r1540539 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java res/LocalStrings.properties

2013-11-12 Thread Mark Thomas
On 11/11/2013 17:17, Konstantin Kolinko wrote: > Regarding the patch, > http://people.apache.org/~markt/patches/2013-11-11-bug55749-tc6.patch > > [[[ > -if (initialized) > +if (initialized || rootPool != 0) > return; > ]]] > > The above change in init() means that Ap

Re: svn commit: r1539873 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-11-12 Thread Mark Thomas
On 11/11/2013 22:50, Konstantin Kolinko wrote: > 2013/11/8 : >> Author: markt >> Date: Fri Nov 8 00:09:19 2013 >> New Revision: 1539873 >> >> URL: http://svn.apache.org/r1539873 >> Log: >> Correctly implement delegation filtering for container packages. >> >> Modified: >> tomcat/trunk/java/or

[jdbc-pool] Exception while using DisposableConnectionFacade interceptor

2013-11-12 Thread Isuruwan Herath
Hi Devs, We are using tomcat jdbc-pool v7.0.28. In one of the development environments we have been intermittently getting an exception from above interceptor. --- Caused by: java.sql.SQLException: PooledConnection has already been closed. at org.apach

svn commit: r1540988 - in /tomcat/trunk: java/org/apache/jasper/JspC.java java/org/apache/jasper/servlet/JasperInitializer.java java/org/apache/jasper/servlet/TldScanner.java test/org/apache/jasper/se

2013-11-12 Thread markt
Author: markt Date: Tue Nov 12 09:55:31 2013 New Revision: 1540988 URL: http://svn.apache.org/r1540988 Log: Rename Modified: tomcat/trunk/java/org/apache/jasper/JspC.java tomcat/trunk/java/org/apache/jasper/servlet/JasperInitializer.java tomcat/trunk/java/org/apache/jasper/servlet/Tld

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

2013-11-12 Thread kkolinko
Author: kkolinko Date: Tue Nov 12 10:59:09 2013 New Revision: 1541000 URL: http://svn.apache.org/r1541000 Log: votes 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=1541000&r1=1540999&r

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

2013-11-12 Thread markt
Author: markt Date: Tue Nov 12 11:51:26 2013 New Revision: 1541013 URL: http://svn.apache.org/r1541013 Log: Fix typo reported on users list. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/web

svn commit: r1541041 - in /tomcat/trunk/java/org/apache/jasper: ./ compiler/ resources/ servlet/

2013-11-12 Thread markt
Author: markt Date: Tue Nov 12 13:00:03 2013 New Revision: 1541041 URL: http://svn.apache.org/r1541041 Log: Replace TldLocationsCache with the new TldCache that also caches the contents of the TLDs. This is the next step in the refactoring of TLD handling. Added: tomcat/trunk/java/org/apache

Re: svn commit: r1541041 - in /tomcat/trunk/java/org/apache/jasper: ./ compiler/ resources/ servlet/

2013-11-12 Thread Jeremy Boynes
On Nov 12, 2013, at 5:00 AM, ma...@apache.org wrote: > Author: markt > Date: Tue Nov 12 13:00:03 2013 > New Revision: 1541041 > > URL: http://svn.apache.org/r1541041 > Log: > Replace TldLocationsCache with the new TldCache that also caches the contents > of the TLDs. This is the next step in the

Re: [jdbc-pool] Exception while using DisposableConnectionFacade interceptor

2013-11-12 Thread Daniel Mikusa
On Nov 12, 2013, at 4:39 AM, Isuruwan Herath wrote: > Hi Devs, > > We are using tomcat jdbc-pool v7.0.28. In one of the development > environments we have been intermittently getting an exception from above > interceptor. > > --- > > Caused by: java.sql.

[WITHDRAWN] [VOTE] Release Apache Tomcat Standard Taglib 1.2.0

2013-11-12 Thread Jeremy Boynes
On Nov 10, 2013, at 11:47 AM, Rainer Jung wrote: > On 10.11.2013 00:56, Jeremy Boynes wrote: >> I'd like to release Apache Tomcat Standard Taglib 1.2.0. >> >> This would be the first release in many years, and the first release of an >> implementation of JSTL 1.2. >> >> Maven Staging Repositor

Re: svn commit: r1541041 - in /tomcat/trunk/java/org/apache/jasper: ./ compiler/ resources/ servlet/

2013-11-12 Thread Mark Thomas
On 12/11/2013 15:27, Jeremy Boynes wrote: > On Nov 12, 2013, at 5:00 AM, ma...@apache.org wrote: > >> Author: markt Date: Tue Nov 12 13:00:03 2013 New Revision: >> 1541041 >> >> URL: http://svn.apache.org/r1541041 Log: Replace >> TldLocationsCache with the new TldCache that also caches the >> con

Re: [jdbc-pool] Exception while using DisposableConnectionFacade interceptor

2013-11-12 Thread Isuruwan Herath
Hi Dan, Thanks for the reply. It could possibly be the reason you have mentioned. We will set the mentioned pool properties in our environment. I was only trying to understand the pattern of this occurrence when I mentioned about sharing the pooled connection. We have followed a similar discipline

[Bug 41883] use abstract wrapper instead of plain X509Certificate during client authentication

2013-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41883 Christopher Schultz changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 55770] New: Allow the crlFile to be reloaded

2013-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55770 Bug ID: 55770 Summary: Allow the crlFile to be reloaded Product: Tomcat 8 Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[Bug 55770] Allow the crlFile to be reloaded

2013-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55770 --- Comment #1 from Christopher Schultz --- For the JSSE connector, it appears that changing the TrustManager itself is non-trivial: it would require that the SSLServerSocketFactory be re-built from scratch, the connector would have to deta

[Bug 55771] New: Memory leak and then crash in org.apache.tomcat.jni.Address.getip after a day

2013-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55771 Bug ID: 55771 Summary: Memory leak and then crash in org.apache.tomcat.jni.Address.getip after a day Product: Tomcat Native Version: 1.1.27 Hardware: PC S

[Bug 46263] Tomcat reloading of context.xml does not update docBase

2013-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263 Joe Kislo changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Bug 46263] Tomcat reloading of context.xml does not update docBase

2013-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263 --- Comment #7 from Joe Kislo --- Created attachment 31039 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31039&action=edit 7.0.42 patch -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 55772] New: Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak

2013-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55772 Bug ID: 55772 Summary: Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak Product: Tomcat 7 Version:

svn commit: r1541413 - /tomcat/trunk/test/org/apache/catalina/connector/TestSendFile.java

2013-11-12 Thread markt
Author: markt Date: Wed Nov 13 07:57:35 2013 New Revision: 1541413 URL: http://svn.apache.org/r1541413 Log: Whitespace Modified: tomcat/trunk/test/org/apache/catalina/connector/TestSendFile.java Modified: tomcat/trunk/test/org/apache/catalina/connector/TestSendFile.java URL: http://svn.apac