PILLUTLAAVINASH / google-enterprise-connector-manager

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

com.google.enterprise.connector.pusher.GsaFeedConnection does not respect HTTP Protocol #173

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

A HTTP header line must end with CRLF (\r\n) instead of only LF (\n).

This makes the Google Connector Manager incompatible with the HTTP protocol. 

It can be solved by doing simple search/replace (LF -> CRLF) in
com.google.enterprise.connector.pusher.GsaFeedConnection.
See attached file.

Regards, 

Nicolas Bélisle
Constellio team

Original issue reported on code.google.com by nicolas....@gtempaccount.com on 4 Aug 2009 at 6:19

Attachments:

GoogleCodeExporter commented 8 years ago
Are you aware of an actual problem this causes, or is this just a code cleanup?

Original comment by jl1615@gmail.com on 7 Aug 2009 at 6:55

GoogleCodeExporter commented 8 years ago
Hi, 

From your perspective, it's basically code cleanup. 

It will also help integrating the Connector Manager with other search engines. 
We
currently have to work around this bug for our own open source search engine. 

Regards, 
Nicolas Bélisle
Constellio team

Original comment by nicolas....@gtempaccount.com on 7 Aug 2009 at 2:10

GoogleCodeExporter commented 8 years ago
I'm currently working on GsaFeedConnection for Issue 106.  I'll roll in this 
change there.

Original comment by Brett.Mi...@gmail.com on 8 Aug 2009 at 12:09

GoogleCodeExporter commented 8 years ago
This has been fixed in the 2.0.x branch and is available in the 2.0.2 patch 
release.
A trunk update is still outstanding.

Original comment by Brett.Mi...@gmail.com on 9 Sep 2009 at 7:16

GoogleCodeExporter commented 8 years ago
Fixed on the trunk 01 October 2009 in revision r2257
Fixed in the 2.0.x branch 05 September 2009 in revision r2239

Original comment by Brett.Mi...@gmail.com on 6 Oct 2009 at 9:20

GoogleCodeExporter commented 8 years ago

Original comment by jl1615@gmail.com on 27 Oct 2009 at 11:05