AnantLabs / google-enterprise-connector-sharepoint

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

Connector should never send URLs that are not fully qualified (fqdn) #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ticket#216869731
Sharepoint connector can send URLs that have just the hostname:
http://a/page1.html. GSA will not crawl these URLs since it only accepts
URLs that have fully qualified domain name
(http://a.company.com/page1.html). Sharepoint connector should make sure
that all urls have the complete host+domain name. 

Can this happen if the Sharepoint Site Alias Host Name is provided without
the domain name? 

Original issue reported on code.google.com by mobe...@gmail.com on 26 Nov 2007 at 8:20

GoogleCodeExporter commented 9 years ago
In this specific case, the issue was the Alias Host Name was not fully 
qualified.
Once I did that and recreated the connector, URLs were being fed properly. I 
have
filed an internal doc bug (932963) to document this fact. This bug is still 
valid.

Original comment by mobe...@gmail.com on 26 Nov 2007 at 9:06

GoogleCodeExporter commented 9 years ago
Checks added for Alias host name & crawl url hostname. A flag introduced in the 
XML 
to enable FQDN resolution of every URL returned to GSA.

Original comment by mwarti...@gmail.com on 11 Dec 2007 at 11:41

GoogleCodeExporter commented 9 years ago
Verified with Google SharePoint Connector 1.1.0

Original comment by ndhi...@gmail.com on 18 Jan 2008 at 11:28