From imperius-dev-return-270-apmail-incubator-imperius-dev-archive=incubator.apache.org@incubator.apache.org Wed Dec 17 17:42:05 2008 Return-Path: Delivered-To: apmail-incubator-imperius-dev-archive@locus.apache.org Received: (qmail 41941 invoked from network); 17 Dec 2008 17:42:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2008 17:42:05 -0000 Received: (qmail 15378 invoked by uid 500); 17 Dec 2008 17:42:18 -0000 Delivered-To: apmail-incubator-imperius-dev-archive@incubator.apache.org Received: (qmail 15364 invoked by uid 500); 17 Dec 2008 17:42:17 -0000 Mailing-List: contact imperius-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: imperius-dev@incubator.apache.org Delivered-To: mailing list imperius-dev@incubator.apache.org Received: (qmail 15353 invoked by uid 99); 17 Dec 2008 17:42:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2008 09:42:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2008 17:42:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 578A1234C41D for ; Wed, 17 Dec 2008 09:41:44 -0800 (PST) Message-ID: <38787869.1229535704357.JavaMail.jira@brutus> Date: Wed, 17 Dec 2008 09:41:44 -0800 (PST) From: "David Wood (JIRA)" To: imperius-dev@incubator.apache.org Subject: [jira] Resolved: (IMPERIUS-17) More information on policy evaluation status In-Reply-To: <1093764123.1219948604268.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IMPERIUS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Wood resolved IMPERIUS-17. -------------------------------- Resolution: Fixed This has been fixed with the patches applied. > More information on policy evaluation status > -------------------------------------------- > > Key: IMPERIUS-17 > URL: https://issues.apache.org/jira/browse/IMPERIUS-17 > Project: Imperius > Issue Type: Improvement > Environment: Any > Reporter: David Wood > Assignee: Bill Stoddard > Attachments: splcore-evalresults-patch.txt > > > Per a recent note to the mailing list.... > I would like to be able to implement ACL policies in SPL that do not > depend on implementation-dependent anchor classes to capture the results > of the decision. My suggestion is to use the condition statement > evaluation results to implement ACL policies. If people agree, then we > need to be able to retrieve the result of the condition evaluation after > policy evaluation. Currently all that is returned by SPLPis a status code > (error, success, not evaluated), but we could simply > change this to return a new EvaluationResults object that contains the > condition results, current status value, and any other data that might be > useful in the future. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.