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 2016/11/10 07:51:08 UTC

[Bug 60357] New: Wrong HttpStatus for PROPFIND in WebdavServlet

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


[Bug 60357] Wrong HttpStatus for PROPFIND in WebdavServlet

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

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
No steps provided to reproduce.

Code inspection shows response status set to error values or 207.

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