From bdcff5b0e5f72207ca6572d89436b477873117c0 Mon Sep 17 00:00:00 2001 From: Justin Carter Date: Fri, 12 Feb 2016 10:04:06 +1100 Subject: [PATCH] FC-3063 check objectid is a valid UUID in findType() --- packages/coapi/coapiUtilities.cfc | 40 ++++++++++++++++--------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/packages/coapi/coapiUtilities.cfc b/packages/coapi/coapiUtilities.cfc index b7849e4bb..e0983264d 100644 --- a/packages/coapi/coapiUtilities.cfc +++ b/packages/coapi/coapiUtilities.cfc @@ -151,27 +151,29 @@ - - - select typename from #arguments.dbowner#refObjects - where objectID = - - - - - - - - + + + + select typename from #arguments.dbowner#refObjects + where objectID = + + + + + + + + + + + + + - - - - - +