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
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
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
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
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
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
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
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
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
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.
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=41883
Christopher Schultz changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263
Joe Kislo changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WONTFIX
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.
--
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:
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
21 matches
Mail list logo