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

Karl Wright commented on CONNECTORS-772:
----------------------------------------

Interesting things to note from the log:

{code}
DEBUG 2013-09-16 11:43:56,817 (Worker thread '8') - SharePoint: Subsite list: 
'http://ec2-99-99-99-99.compute-1.amazonaws.com/Abcd', 'Abcd'
DEBUG 2013-09-16 11:43:56,817 (Worker thread '8') - SharePoint: Subsite list: 
'http://ec2-99-99-99-99.compute-1.amazonaws.com/Defghij', 'Defghij'
DEBUG 2013-09-16 11:43:56,817 (Worker thread '8') - SharePoint: Subsite list: 
'http://ec2-99-99-99-99.compute-1.amazonaws.com/Klmnopqr', 'Klmnopqr'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Checking 
whether to include site '/Klmnopqr/Abcd/Abcd/Klmnopqr/Abcd'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Site 
'/Klmnopqr/Abcd/Abcd/Klmnopqr/Abcd' exactly matched rule path '/*'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Including site 
'/Klmnopqr/Abcd/Abcd/Klmnopqr/Abcd'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Checking 
whether to include site '/Klmnopqr/Abcd/Abcd/Klmnopqr/Defghij'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Site 
'/Klmnopqr/Abcd/Abcd/Klmnopqr/Defghij' exactly matched rule path '/*'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Including site 
'/Klmnopqr/Abcd/Abcd/Klmnopqr/Defghij'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Checking 
whether to include site '/Klmnopqr/Abcd/Abcd/Klmnopqr/Klmnopqr'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Site 
'/Klmnopqr/Abcd/Abcd/Klmnopqr/Klmnopqr' exactly matched rule path '/*'
DEBUG 2013-09-16 11:43:56,818 (Worker thread '8') - SharePoint: Including site 
'/Klmnopqr/Abcd/Abcd/Klmnopqr/Klmnopqr'
{code}

It appears that the Webs service is broken and returns the same thing no matter 
what parent site is alluded to in the URL.

I rebased the CONNECTORS-772 branches for both the SharePoint 2010 plugin and 
ManifoldCF itself, and checked in a fix for this (basically, adding a new 
method that implements Webs.getSites() properly).


                
> SharePoint connector disassembles paths from lists.asmx output in some 
> environments
> -----------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-772
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-772
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 1.3
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.4
>
>         Attachments: manifoldcf-sharepoint-amz-wildcards-logs.zip
>
>
> The SharePoint connector, working with SharePoint 2010 in Amazon, is having 
> trouble finding a list of Lists underneath a subsite path.  The reason is 
> that the returned ViewURLs do not seem to have the subsite prepended, in this 
> installation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to