https://bz.apache.org/bugzilla/show_bug.cgi?id=66621
Bug ID: 66621
Summary: Bug in WebdavServlet?
Product: Tomcat 8
Version: 8.5.89
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
While looking at the WebdavServlet source code I spotted the following line
where expired collection locks are being removed from the resource locks:
https://github.com/apache/tomcat/blob/8.5.x/java/org/apache/catalina/servlets/WebdavServlet.java#L1064
However, the usual pattern seems to be that expired locks are being removed
from the same collection they were found in. So this may be a bug. Is this
correct?
--
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]