From d3bbe58180a8567513d9d3f8a0c7560efac3861d Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Fri, 10 Jun 2011 19:05:18 +0000 Subject: [PATCH] CSPACE-4063,CSPACE-3858: Corrected one uriPath in prototype tenant bindings, used for building permissions for accessing services resources: Scientific Taxonomy Service path was changed to '/taxonomyauthorities/*/items/*/workflow/' from '/taxonomyauthorities/*/taxon/*/workflow/'. --- .../cspace/config/services/tenants/tenant-bindings-proto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml index c2c700d43..2ed6c5170 100644 --- a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml +++ b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml @@ -1234,7 +1234,7 @@ /taxonomyauthorities/*/workflow/ - /taxonomyauthorities/*/taxon/*/workflow/ + /taxonomyauthorities/*/items/*/workflow/