Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29034109F9 for ; Fri, 29 Nov 2013 09:56:41 +0000 (UTC) Received: (qmail 90969 invoked by uid 500); 29 Nov 2013 09:56:40 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 90937 invoked by uid 500); 29 Nov 2013 09:56:36 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 90930 invoked by uid 99); 29 Nov 2013 09:56:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 09:56:35 +0000 Date: Fri, 29 Nov 2013 09:56:35 +0000 (UTC) From: "Bjoern Petri (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CELIX-94) extend properties support for escaping equals sign MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bjoern Petri created CELIX-94: --------------------------------- Summary: extend properties support for escaping equals sign Key: CELIX-94 URL: https://issues.apache.org/jira/browse/CELIX-94 Project: Celix Issue Type: Improvement Reporter: Bjoern Petri Priority: Minor I would like to be able to have equal signs, within properties which I want to load via the properties_load function. Therefore, I changed the code, so that equals sign in the key itself can be expressed by "a\=b=c". Internally the key will be a=b (so I get rid of the escape sign). See code/test case of attached patch. -- This message was sent by Atlassian JIRA (v6.1#6144)