Closed GoogleCodeExporter closed 9 years ago
I've tightened up the URL pattern matching so the Google Spreadsheets/Fusion
Table importer doesn't get invoked, but that URL fails in a different way now
in the generic importer getting an HTTP 400 Bad Request error even though the
same URL (http://www.google.com/fusiontables/api/query?sql=SELECT * FROM
274408) works in the browser. A quoting issue perhaps? If someone else wants
to take a look, feel free, otherwise I'll try to circle back at some point in
the future.
Thread [pool-1-thread-3] (Suspended (exception IOException))
HttpURLConnection.getInputStream() line: 1313 [local variables unavailable]
CreateProjectCommand.internalImportURL(HttpServletRequest, Project, ProjectMetadata, Properties, String) line: 415
CreateProjectCommand.internalImport(HttpServletRequest, Project, ProjectMetadata, Properties) line: 187
Original comment by tfmorris
on 14 Feb 2011 at 10:31
Fixed in CreateProjectCommand by making sure URLs are encoded before using them.
Original comment by tfmorris
on 15 Feb 2011 at 11:15
Original comment by tfmorris
on 9 Jun 2011 at 7:58
Original issue reported on code.google.com by
tfmorris
on 14 Feb 2011 at 8:53