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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]