Closed GoogleCodeExporter closed 9 years ago
Suggested work-arounds:
With Firefox disable the accept-encoding header. Follow these steps for the
same:
1. Open the Firefox browser
2. On the address bar, type about:config
3. In filter section type "Network.http.accept-encoding"
4. By default this is set to gzip,deflate
5. delete the value of this entry
For Internet Explorer follow these steps:
1.Open IE browser
2.Go to Tools->Internet options
3.Open Connections Tab
4.Click on “LAN settings”
5.Select option “Automatically detect settings”.
Original comment by rakeshs101981@gmail.com
on 30 Jul 2009 at 8:58
Original comment by rakeshs101981@gmail.com
on 2 Sep 2009 at 10:53
This is related to the browser settings. One needs to apply correct browser
settings
as mentioned above and the same code will work.
Original comment by amit.per...@gmail.com
on 6 Nov 2009 at 5:28
The steps given for IE don't seem to work. What has LAN Settings got to do with
Accept-
Encoding: gzip,deflate?
I think we are doing an unzip in one case in the SearchResults page. Will that
not
help?
Original comment by darsh...@google.com
on 12 Nov 2009 at 12:31
If it is not possible to unzip from within code, we must not send the header
Accept-
Encoding: gzip,deflate to the GSA. I couldn't find an acceptable way to disable
Accept-
Encoding: gzip,deflate in IE. The only way is to disable HTTP 1.1 which is
unacceptable.
Original comment by darsh...@google.com
on 12 Nov 2009 at 12:36
# Fix Details:
-----------------
http://code.google.com/p/google-enterprise-connector-sharepoint/source/detail?r=
359
Original comment by amit.per...@gmail.com
on 12 Nov 2009 at 6:06
Verified in 2.4 Release
Original comment by ashwinip...@gmail.com
on 14 Dec 2009 at 7:23
Original issue reported on code.google.com by
rakeshs101981@gmail.com
on 30 Jul 2009 at 8:54