From dc5c82456cf673277ce7e38230ef872ae985532e Mon Sep 17 00:00:00 2001 From: abhishek Date: Thu, 2 Dec 2010 09:49:47 -0800 Subject: [PATCH] bug 7352: implemented security for the list ip fwding rules cmd, to filter results based on user status 7352: resolved fixed --- server/src/com/cloud/server/ManagementServerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/com/cloud/server/ManagementServerImpl.java b/server/src/com/cloud/server/ManagementServerImpl.java index d0918928afe..5435eb3692b 100755 --- a/server/src/com/cloud/server/ManagementServerImpl.java +++ b/server/src/com/cloud/server/ManagementServerImpl.java @@ -2553,7 +2553,7 @@ public class ManagementServerImpl implements ManagementServer { @Override public List searchForIpForwardingRules(ListIpForwardingRulesCmd cmd){ - //Note + //Note:: //The following was decided after discussing with Will //ListIpForwardingRules with no params lists the rules for that user ; with a listAll() for admin //ListIpForwardingRules with accountName and domainId lists the rule for that account (provided the executing user has the right perms)