You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2023/05/31 13:12:41 UTC

[Bug 66621] New: Bug in WebdavServlet?

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: dev@tomcat.apache.org
          Reporter: alexanderv@gmx.net
  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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 66621] Bug in WebdavServlet?

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66621

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Thanks for spotting that. I agree that there is a bug there.


Fixed in:
- 11.0.x for 11.0.0-M7 onwards
- 10.1.x for 10.1.10 onwards
-  9.0.x for  9.0.76 onwards
-  8.5.x for  8.5.90 onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org