https://bz.apache.org/bugzilla/show_bug.cgi?id=60357

            Bug ID: 60357
           Summary: Wrong HttpStatus for PROPFIND in WebdavServlet
           Product: Tomcat 9
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: hau...@acm.org
  Target Milestone: -----

Instead of 200 OK, probably we should set

resp.setStatus(HttpStatus.SC_PARTIAL_CONTENT);
resp.setContentType("text/xml;charset=\"utf8\"");

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