comparison Plugin/DefaultAuthorizationParser.h @ 138:f448e8626f1a

Now handling new GET /tools/create-archive and sibling routes
author Alain Mazy <am@osimis.io>
date Sat, 25 Nov 2023 12:18:14 +0100
parents 0eed78c1e177
children 423531fb1200
comparison
equal deleted inserted replaced
137:0fa3a38eb72f 138:f448e8626f1a
40 boost::regex osimisViewerSeries_; 40 boost::regex osimisViewerSeries_;
41 boost::regex osimisViewerImages_; 41 boost::regex osimisViewerImages_;
42 boost::regex osimisViewerStudies_; 42 boost::regex osimisViewerStudies_;
43 43
44 boost::regex listOfResourcesPattern_; 44 boost::regex listOfResourcesPattern_;
45 boost::regex createBulkPattern_;
45 46
46 public: 47 public:
47 DefaultAuthorizationParser(ICacheFactory& factory, 48 DefaultAuthorizationParser(ICacheFactory& factory,
48 const std::string& dicomWebRoot); 49 const std::string& dicomWebRoot);
49 50