You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/12/10 11:03:00 UTC

[tomcat] branch master updated: Additional fix for BZ 63995

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 2091157  Additional fix for BZ 63995
2091157 is described below

commit 2091157eda49abaffefab6f1938310ad1bda7318
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Dec 10 11:02:34 2019 +0000

    Additional fix for BZ 63995
    
    User error in diff tool meant I missed this
---
 java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java b/java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java
index e5dfd78..8436e8f 100644
--- a/java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java
+++ b/java/org/apache/tomcat/dbcp/dbcp2/DelegatingStatement.java
@@ -153,7 +153,6 @@ public class DelegatingStatement extends AbandonedTrace implements Statement {
                             thrownList.add(e);
                         }
                     }
-                    clearTrace();
                 }
                 clearTrace();
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org