ericmckean / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Project creation from URL can't handle gzip Content-Encoding #543

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This URL 

  http://visualizations.wavii.com/january-invites/data.json

has the following HTTP headers:

HTTP/1.1 200 OK
x-amz-id-2: j6v2TMrW8nBB8kf+5h6Xg92aBkA+LJD2olumO8zs3U0ITavlxzJnX3ZgWnzSh6bS
x-amz-request-id: B25D51AF322EFCD8
Date: Sun, 04 Mar 2012 17:34:24 GMT
Content-Encoding: gzip
Last-Modified: Wed, 01 Feb 2012 02:33:50 GMT
ETag: "d54e5a1770e3f1afb474d52252b7cc1e"
Accept-Ranges: bytes
Content-Type: application/json
Content-Length: 240032
Server: AmazonS3

When Refine attempts to open it, it gets gibberish because it doesn't unzip the 
data first.

Original issue reported on code.google.com by tfmorris on 4 Mar 2012 at 5:37

GoogleCodeExporter commented 9 years ago
Fixed in r2480.

Original comment by tfmorris on 16 Mar 2012 at 8:12

GoogleCodeExporter commented 9 years ago

Original comment by tfmorris on 18 Sep 2012 at 3:05