https://bz.apache.org/bugzilla/show_bug.cgi?id=66331

            Bug ID: 66331
           Summary: Incorrect exception is being caught in
                    SystemLogHandler
           Product: Tomcat 10
           Version: 10.0.27
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: jdc0...@gmail.com
  Target Milestone: ------

When the "reuse" was changed from Stack to Queue in 10.0.25, it seems the
`catch` around `log.reuse.remove()` in the SystemLogHandler class should have
changed to  catch a `NoSuchElementException`.  

The `NoSuchElementException` is the exception that is thrown when a Queue has
no elements.

-- 
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