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