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 F0DAE1818F for ; Thu, 31 Dec 2015 15:28:49 +0000 (UTC) Received: (qmail 11239 invoked by uid 500); 31 Dec 2015 15:28:49 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 11193 invoked by uid 500); 31 Dec 2015 15:28:49 -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 11182 invoked by uid 99); 31 Dec 2015 15:28:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2015 15:28:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A2D622C14F9 for ; Thu, 31 Dec 2015 15:28:49 +0000 (UTC) Date: Thu, 31 Dec 2015 15:28:49 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-3734) Possible bug in VisibilityConstraint 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-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15076014#comment-15076014 ] ASF GitHub Bot commented on ACCUMULO-3734: ------------------------------------------ GitHub user keith-turner opened a pull request: https://github.com/apache/accumulo/pull/59 ACCUMULO-3734 unescape auths when using AuthsContainer You can merge this pull request into a Git repository by running: $ git pull https://github.com/keith-turner/accumulo ACCUMULO-3734 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/59.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #59 ---- commit 3363f50a1bc5f19a3d901159fdfbb80b0286d495 Author: Keith Turner Date: 2015-12-31T15:23:45Z ACCUMULO-3734 unescape auths when using AuthsContainer ---- > Possible bug in VisibilityConstraint > ------------------------------------ > > Key: ACCUMULO-3734 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3734 > Project: Accumulo > Issue Type: Bug > Reporter: Keith Turner > Assignee: Keith Turner > Fix For: 1.7.2, 1.8.0 > > > ACCUMULO-1681 modified which constructor from {{VisibilityEvaluator}} that {{VisibilityConstraint}} uses. After the modification {{escape()}} is no longer called (the old constructor called escape, and the new one does not). Not sure if this is a problem. > -- This message was sent by Atlassian JIRA (v6.3.4#6332)