Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 72D4F200D1E for ; Wed, 18 Oct 2017 12:07:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 71864160BEA; Wed, 18 Oct 2017 10:07:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B624E1609EE for ; Wed, 18 Oct 2017 12:07:07 +0200 (CEST) Received: (qmail 44871 invoked by uid 500); 18 Oct 2017 10:07:06 -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 44859 invoked by uid 99); 18 Oct 2017 10:07:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2017 10:07:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 253A1CF682 for ; Wed, 18 Oct 2017 10:07:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id hV7SiYNhaQW0 for ; Wed, 18 Oct 2017 10:07:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id DA0E35FC9B for ; Wed, 18 Oct 2017 10:07:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3028CE00A3 for ; Wed, 18 Oct 2017 10:07:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7BB0424360 for ; Wed, 18 Oct 2017 10:07:00 +0000 (UTC) Date: Wed, 18 Oct 2017 10:07:00 +0000 (UTC) From: =?utf-8?Q?Florian_M=C3=BCller_=28JIRA=29?= To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CMIS-1050) Typo in BrowserBinding.cs in PortCMIS implementation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 18 Oct 2017 10:07:08 -0000 [ https://issues.apache.org/jira/browse/CMIS-1050?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Florian M=C3=BCller reassigned CMIS-1050: ------------------------------------ Assignee: Florian M=C3=BCller > Typo in BrowserBinding.cs in PortCMIS implementation > ---------------------------------------------------- > > Key: CMIS-1050 > URL: https://issues.apache.org/jira/browse/CMIS-1050 > Project: Chemistry > Issue Type: Bug > Components: portcmis > Affects Versions: PortCMIS 0.3.0 > Environment: Dotnet platform > Reporter: Vasu > Assignee: Florian M=C3=BCller > > In BrowserBinding.cs I noticed that on line 338 in CreateContent() method= of FormDataComposer class, currently, the code reads: > {code:java} > // set Aces > AddAcesParameters(AddAces, BindingConstants.ControlAddAcePrincipal, Bindi= ngConstants.ControlRemoveAcePermission, result); > {code} > I believe, there is a typo on the line. It should be, > {code:java} > AddAcesParameters(AddAces, BindingConstants.ControlAddAcePrincipal, Bindi= ngConstants.ControlAddAcePermission, result); > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)