Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F0041891D for ; Tue, 28 Jul 2015 19:47:12 +0000 (UTC) Received: (qmail 63817 invoked by uid 500); 28 Jul 2015 19:47:05 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 63784 invoked by uid 500); 28 Jul 2015 19:47:05 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 63765 invoked by uid 99); 28 Jul 2015 19:47:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2015 19:47:05 +0000 Date: Tue, 28 Jul 2015 19:47:05 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3939) Accumulo AuditedSecurityOperation is not initialized properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated ACCUMULO-3939: --------------------------------- Assignee: James Mello > Accumulo AuditedSecurityOperation is not initialized properly > ------------------------------------------------------------- > > Key: ACCUMULO-3939 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3939 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.5.3 > Reporter: James Mello > Assignee: James Mello > Priority: Critical > Labels: easyfix > Attachments: ACCUMULO-3939.patch, generic_logger.xml > > Time Spent: 0.5h > Remaining Estimate: 0h > > While reading the source I found out that the AuditedSecurityOperation is never initialized properly. > The AuditSecurityOperation does not contain a getInstance() static method. This in turn just calls the SecurityOperation getInstance() method. Because this is called in a static manner the getInstance(String instanceId, boolean initialize) is called against the SecurityOperation class not the AuditedSecurityOperation class. > This should just be a simple fix that adds the getInstance() method to the AuditedSecurityOperation class. > This is critical as we are in need of this security auditing to meet Information Assurance requirements for an upcoming major release of our software. -- This message was sent by Atlassian JIRA (v6.3.4#6332)