Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12F7D11CD5 for ; Thu, 17 Jul 2014 13:03:05 +0000 (UTC) Received: (qmail 19387 invoked by uid 500); 17 Jul 2014 13:03:04 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 19325 invoked by uid 500); 17 Jul 2014 13:03:04 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 19306 invoked by uid 99); 17 Jul 2014 13:03:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2014 13:03:04 +0000 Date: Thu, 17 Jul 2014 13:03:04 +0000 (UTC) From: "Lukas Gross (JIRA)" To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CMIS-822) Implement QueryStatement class for SQL Query escaping MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lukas Gross created CMIS-822: -------------------------------- Summary: Implement QueryStatement class for SQL Query escaping Key: CMIS-822 URL: https://issues.apache.org/jira/browse/CMIS-822 Project: Chemistry Issue Type: New Feature Components: objectivecmis Reporter: Lukas Gross Assignee: Lukas Gross Fix For: ObjectiveCMIS 0.4 For security and usability reasdons it is crucial to have some sort of escaping when working with user inputs in CMIS queries. This should be part of the library, so app developers using our lib don't need to implement this on their own. (See QueryStatement class in OpenCMIS) -- This message was sent by Atlassian JIRA (v6.2#6252)