changeset 51:6190b564622f

todo
author Alain Mazy <am@osimis.io>
date Fri, 08 Apr 2022 16:36:52 +0200
parents 9ed19ec11f48
children af3387f433c5 01e0c35e004c
files Plugin/Plugin.cpp README
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Fri Apr 08 16:14:02 2022 +0200
+++ b/Plugin/Plugin.cpp	Fri Apr 08 16:36:52 2022 +0200
@@ -73,7 +73,7 @@
     {
       // Parse the resources that are accessed through this URI
       OrthancPlugins::IAuthorizationParser::AccessedResources accesses;
-      if (!authorizationParser_->Parse(accesses, uri))
+      if (!authorizationParser_->Parse(accesses, uri))    // TODO: include getArguments (e.g. for StoneViewer call http://localhost:8044/dicom-web/studies?0020000D=1.2.276.0.7230010.3.1.2.2831156000.1.1499097860.742568&includefield=00081030)
       {
         return 0;  // Unable to parse this URI
       }
--- a/README	Fri Apr 08 16:14:02 2022 +0200
+++ b/README	Fri Apr 08 16:36:52 2022 +0200
@@ -18,7 +18,7 @@
 ----------------------
 
 Build instructions are similar to that of Orthanc:
-https://orthanc.chu.ulg.ac.be/book/faq/compiling.html
+https://book.orthanc-server.com/faq/compiling.html
 
 Usage details are available as part of the Orthanc Book:
 http://book.orthanc-server.com/plugins/authorization.html