https://issues.apache.org/bugzilla/show_bug.cgi?id=56318

Danila Galimov <b...@mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #20 from Danila Galimov <b...@mail.ru> ---
Filip,

You changed the logic a bit.

In my original patch, only the statements, which are not closed, are logged.

if (!st.isClosed()) {
....
  if (logCreationStack) {
   log.warn("Statement created, but was not closed ", se.getAllocationStack());
  }
} 

However, in your core,
http://svn.apache.org/viewvc?view=revision&revision=1616644, you always log the
creation stack on closure, even if it was already closed. 

My intention was to log only unclosed statements.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to