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 2014/06/06 18:14:38 UTC

[Bug 56600] New: Missing "return" statements in WebdavServlet.doPropfind()

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


[Bug 56600] Missing "return" statements in WebdavServlet.doPropfind()

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

Konstantin Kolinko <kn...@gmail.com> changed:

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

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Fixed in Tomcat 8 and Tomcat 7 (r1600955, r1600956)
and will be in 8.0.9, 7.0.55 onwards.

Proposed for Tomcat 6.

-- 
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 56600] Missing "return" statements in WebdavServlet.doPropfind()

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

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> ---
Fixed in Tomcat 6 (r1601968), will be in 6.0.42 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