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: [email protected]
          Reporter: [email protected]

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

Reply via email to