rajgithub123 / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

Incorrect URL generation when SharePoint web service returns DefaultViewUrl for List as empty #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup a SharePoint Site as Follows 
a) Site Structure: http://www.SPSite.CompanyName.com/SubSite1/SubSite2
b) /SubSite1 contains a list which returns empty value for DefaultViewUrl 
through the Web Service GetListCollection().
c) /SubSite2 contains a valid List titled /List1
2) Configure a Google SharePoint Connector instance to crawl this site 
with crawl URL as http://www.SPSite.CompanyName.com/SubSite1

What is the expected output? What do you see instead?
Expected Output: All Valid Lists and their List Items should be crawled 
and feeded with correct URLs.
Actual Outputs: URLs of the following pattern is feeded which is incorrect 
and non-existent as List1 is contained in SubSite2 and not SubSite1: 
http://www.SPSite.CompanyName.com/SubSite1/List1

Original issue reported on code.google.com by ndhi...@gmail.com on 23 Jun 2008 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by mwarti...@gmail.com on 30 Jul 2008 at 3:50