AnantLabs / google-enterprise-connector-sharepoint

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

Bad Feed, Possible Space Issue #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am examining the feed and I saw this:

ProcessNode: Not match URL patterns, skipping record with URL: <a 
href="https://sharepoint.domain.com:443/SiteCollectionImages/FLL">https://o
sharepoint.domain.com:443/SiteCollectionImages/FLL</a> Mouse copy.jpg

Possible space issue.  The url is:

https://sharepoint.domain.com:443/SiteCollectionImages/FLL%20Mouse%
20copy.jpg

Original issue reported on code.google.com by michael....@gmail.com on 18 Jan 2008 at 9:07

GoogleCodeExporter commented 9 years ago
You may need to give %20 instead of space in the allowed patterns

Original comment by mwarti...@gmail.com on 20 Jan 2008 at 5:25

GoogleCodeExporter commented 9 years ago
I do not believe this to be a pattern issue.  The URL is not: https://o
sharepoint.domain.com:443/SiteCollectionImages/FLL.  The url 
is "https://sharepoint.domain.com:443/SiteCollectionImages/FLL Mouse copy.jpg". 

SharePoint will also 
accept "https://sharepoint.domain.com:443/SiteCollectionImages/FLL%20Mouse%
20copy.jpg"

SharePoint Urls are return from the web service with spaces in the URLs.  Isn't 
the 
connector feeding them incorrect.  The connector URL encode them, no?

Original comment by michael....@gmail.com on 22 Jan 2008 at 4:23