diff OrthancServer/Sources/main.cpp @ 4233:ca2a55a62c81

implementation of DELETE in class WebDavStorage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 Oct 2020 13:19:53 +0200
parents 688435755466
children a38376b80cd1
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Wed Oct 07 13:00:57 2020 +0200
+++ b/OrthancServer/Sources/main.cpp	Wed Oct 07 13:19:53 2020 +0200
@@ -1634,9 +1634,9 @@
       UriComponents root;  // TODO
       root.push_back("a");
       root.push_back("b");
-      //httpServer.Register(root, new WebDavStorage(true));
+      httpServer.Register(root, new WebDavStorage(true));
       //httpServer.Register(root, new DummyBucket(context, true));
-      httpServer.Register(root, new DummyBucket2(context));
+      //httpServer.Register(root, new DummyBucket2(context));
     }
 
     if (httpServer.GetPortNumber() < 1024)