From c23b6321ee5f202362f47f503209bbc6fa232c30 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Sat, 5 Feb 2011 01:58:40 +0000 Subject: [PATCH] CSPACE-2497: With Richard's help, identified a typo (stray character) in a content-type declaration for persons_common in tenant_bindings.xml, that was resulting in a 'MediaType is null' Exception in RemoteDocumentHandlerImpl and causing person tests to fail. --- services/common/src/main/config/services/tenant-bindings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/common/src/main/config/services/tenant-bindings.xml b/services/common/src/main/config/services/tenant-bindings.xml index b4a7f89c2..f1d83a06b 100644 --- a/services/common/src/main/config/services/tenant-bindings.xml +++ b/services/common/src/main/config/services/tenant-bindings.xml @@ -1130,7 +1130,7 @@ - + -- 2.47.3