From 260a8c6e515627581d9e5d1266da77dc724c2f7a Mon Sep 17 00:00:00 2001 From: Temoc Rodriguez Date: Fri, 6 Oct 2017 09:21:04 -0700 Subject: [PATCH] Updated git submodules Project: policy/engine master 4a4628d57bf3d11fda68e16f695139d512f75354 Fixed bug introduced by sql injeciton protection. Added missing colon before the named parameters. Fixed a typo parameter name. Fixed bad cast by setParameter. This fixes issues encountered in the UI. Whenever a policy is moved, renamed, or deleted it makes a db call and that db call fails on setParameter method. This hibernate method is supposed to automatically detect the type of the object for the named parameters but it fails with type Long. It tries to convert to int and it fails. A check is now added for type Long. Issue-ID: POLICY-278 Change-Id: Idbb4067a5ec2cc9d9b040de9e574ba2564e1ee2c Signed-off-by: Temoc Rodriguez --- docs/submodules/policy/engine.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git index 37c9c4d71..4a4628d57 160000 --- a/docs/submodules/policy/engine.git +++ b/docs/submodules/policy/engine.git @@ -1 +1 @@ -Subproject commit 37c9c4d71d17981bf1d05b73d8363ffcbc2451bb +Subproject commit 4a4628d57bf3d11fda68e16f695139d512f75354 -- 2.16.6