From dev-return-55191-archive-asf-public=cust-asf.ponee.io@jackrabbit.apache.org Mon Dec 7 14:58:13 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 7B60B18064F for ; Mon, 7 Dec 2020 15:58:13 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 608936620B for ; Mon, 7 Dec 2020 14:58:02 +0000 (UTC) Received: (qmail 98675 invoked by uid 500); 7 Dec 2020 14:58:01 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 98661 invoked by uid 99); 7 Dec 2020 14:58:01 -0000 Received: from mailrelay1-he-de.apache.org (HELO mailrelay1-he-de.apache.org) (116.203.21.61) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2020 14:58:01 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-he-de.apache.org (ASF Mail Server at mailrelay1-he-de.apache.org) with ESMTPS id 9D8E43E9A8 for ; Mon, 7 Dec 2020 14:58:00 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 4EBDBC804BC for ; Mon, 7 Dec 2020 14:58:00 +0000 (UTC) Date: Mon, 7 Dec 2020 14:58:00 +0000 (UTC) From: "Konrad Windszus (Jira)" To: dev@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (JCRVLT-484) Filter settings should ignore whitespaces when splitting comma-separated strings 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/JCRVLT-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-484: ----------------------------------- Affects Version/s: (was: 3.4.8) > Filter settings should ignore whitespaces when splitting comma-separated strings > -------------------------------------------------------------------------------- > > Key: JCRVLT-484 > URL: https://issues.apache.org/jira/browse/JCRVLT-484 > Project: Jackrabbit FileVault > Issue Type: Improvement > Components: vlt > Reporter: Stefan Seifert > Priority: Major > Fix For: 3.4.8 > > > when parsing a filter definition like this: > {code:xml} > > > > > /conf/global/settings/workflow/models/dam, > /var/workflow/models/dam > > > > > {code} > the first entry is interpreted correctly (trimmed by maven), but the second not, whitspaces are added to the path. whitespaces around the commas should be trimmed. -- This message was sent by Atlassian Jira (v8.3.4#803005)