diff OrthancFramework/Sources/Toolbox.cpp @ 4234:a38376b80cd1

WebDAV: by-studies and by-patients
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Oct 2020 13:38:44 +0200
parents 4d42408da117
children 785a2713323e
line wrap: on
line diff
--- a/OrthancFramework/Sources/Toolbox.cpp	Wed Oct 07 13:19:53 2020 +0200
+++ b/OrthancFramework/Sources/Toolbox.cpp	Thu Oct 08 13:38:44 2020 +0200
@@ -1248,7 +1248,8 @@
             c == '-' ||
             c == '_' ||
             c == '.' ||
-            c == '~');
+            c == '~' ||
+            c == '/');
   }
 
   void Toolbox::UriEncode(std::string& target,