Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52AD418FB0 for ; Thu, 4 Feb 2016 16:11:41 +0000 (UTC) Received: (qmail 98655 invoked by uid 500); 4 Feb 2016 16:11:40 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 98471 invoked by uid 500); 4 Feb 2016 16:11:40 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 98338 invoked by uid 99); 4 Feb 2016 16:11:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2016 16:11:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EA8EF2C1F6D for ; Thu, 4 Feb 2016 16:11:39 +0000 (UTC) Date: Thu, 4 Feb 2016 16:11:39 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-6036) Too trivial check in SubQueueSelectorCacheBroker.hasWildcards 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/AMQ-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132502#comment-15132502 ] ASF GitHub Bot commented on AMQ-6036: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/activemq/pull/156 > Too trivial check in SubQueueSelectorCacheBroker.hasWildcards > ------------------------------------------------------------- > > Key: AMQ-6036 > URL: https://issues.apache.org/jira/browse/AMQ-6036 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.12.1, 5.13.0 > Reporter: Patrik Dudits > Assignee: Christopher L. Shannon > Fix For: 5.14.0 > > > VirtualSelectorCache plugin cannot be reliably used when message selectors use e. g. literals with underscore like {{notificationType = 'NOTIFY_DELETE'}}. > Full evaluation would need to walk the parsed selector, however the method should at least check for presence of {{LIKE}} case-insensitevely to return less false positives. -- This message was sent by Atlassian JIRA (v6.3.4#6332)