Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Later
-
2.11
-
None
-
None
Description
Several methods in HttpWagonTestCase executed from WebDavWagonTestCase set up their own server and root context instead of using createContext() or setupWagonTestingFixtures() which never create the DavServlet to perform DAV operations, but use the DefaultServlet or the PutHandler.
Ultimately, all MKCOL requests result to 200 instead of 201 due to the PutHandler and these tests are not real-world tests because they are not served by a DAV servlet to properly test the DAV usecase.
Attachments
Issue Links
- relates to
-
WAGON-478 WebDavWagon accepts SC_OK for MKCOL
- Closed