# HG changeset patch # User Alain Mazy # Date 1649428612 -7200 # Node ID 6190b564622f8945dbdc3bc4332585446f89909d # Parent 9ed19ec11f487e197f933cd938db2de9cfddff12 todo diff -r 9ed19ec11f48 -r 6190b564622f Plugin/Plugin.cpp --- 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 } diff -r 9ed19ec11f48 -r 6190b564622f README --- 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