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

            Bug ID: 56600
           Summary: Missing "return" statements in
                    WebdavServlet.doPropfind()
           Product: Tomcat 8
           Version: 8.0.8
          Hardware: PC
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: knst.koli...@gmail.com

In WebdavServlet.doPropfind() method that handles PROPFIND requests there are
two resp.sendError() method calls that are not followed by "return;".

It should not cause a visible error, but just some wasted work that generates
response that is never sent to the client.

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