comparison 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
comparison
equal deleted inserted replaced
4232:688435755466 4233:ca2a55a62c81
1632 1632
1633 { 1633 {
1634 UriComponents root; // TODO 1634 UriComponents root; // TODO
1635 root.push_back("a"); 1635 root.push_back("a");
1636 root.push_back("b"); 1636 root.push_back("b");
1637 //httpServer.Register(root, new WebDavStorage(true)); 1637 httpServer.Register(root, new WebDavStorage(true));
1638 //httpServer.Register(root, new DummyBucket(context, true)); 1638 //httpServer.Register(root, new DummyBucket(context, true));
1639 httpServer.Register(root, new DummyBucket2(context)); 1639 //httpServer.Register(root, new DummyBucket2(context));
1640 } 1640 }
1641 1641
1642 if (httpServer.GetPortNumber() < 1024) 1642 if (httpServer.GetPortNumber() < 1024)
1643 { 1643 {
1644 LOG(WARNING) << "The HTTP port is privileged (" 1644 LOG(WARNING) << "The HTTP port is privileged ("