[ 
https://issues.apache.org/jira/browse/CONNECTORS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427501#comment-13427501
 ] 

Ahmet Arslan commented on CONNECTORS-470:
-----------------------------------------

bq. Looking at the MCPermissions.cs code, it's looking for 'item', not 'Item'.

After your message, I looked at the code of 
[MCPermissions.cs|https://svn.apache.org/repos/asf/manifoldcf/integration/sharepoint-2010/trunk/webservice/MCPermissions.cs].
 It seems this is the first time MCPermissions is deployed on a computer with 
Turkish locale where "Item".ToLower() yields "ıtem".

Don't you think that it is better to pass Locale.ENGLISH to below code, rather 
than relying on default locale?
{code}
// Only handle requests for "item".  Send all other requests to the SharePoint 
web service.
if (objectType.ToLower().Equals(itemType))
{code}
                
> SharePoint 2010 support
> -----------------------
>
>                 Key: CONNECTORS-470
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-470
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 0.5, ManifoldCF 0.6
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.7
>
>         Attachments: CONNECTORS-470.patch, CONNECTORS-470.patch, 
> CONNECTORS-470.patch, CONNECTORS-470.patch, Screen Shot 2012-05-31 at 
> 11.21.12 AM.png, getFieldNames.jpg, pagination.zip, perm.xml, pom.patch, 
> pom.patch
>
>
> See here for list of the SharePoint web services for SharePoint 2010:
> http://msdn.microsoft.com/en-us/library/ee705814.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to