[
https://issues.apache.org/jira/browse/CMIS-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Florian Müller reassigned CMIS-1050:
------------------------------------
Assignee: Florian Müller
> 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üller
>
> 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,
> BindingConstants.ControlRemoveAcePermission, result);
> {code}
> I believe, there is a typo on the line. It should be,
> {code:java}
> AddAcesParameters(AddAces, BindingConstants.ControlAddAcePrincipal,
> BindingConstants.ControlAddAcePermission, result);
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)