mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Google Docs SSL error
* Fixed SSL required error that has appeared recently. * Google seemingly no longer supports non secure access to GDoc API. * Default URL's fixed up. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31107 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -6,7 +6,7 @@ googledocs.googleeditable.enabled=false
|
||||
googledocs.application.name=Alfresco ECM system
|
||||
|
||||
# Google docs URL
|
||||
googledocs.url=http://docs.google.com/feeds/default/private/full
|
||||
googledocs.url=https://docs.google.com/feeds/default/private/full
|
||||
googledocs.downloadurl=https://docs.google.com/feeds/download
|
||||
|
||||
# System google docs authentication credentials
|
||||
|
@@ -108,7 +108,7 @@ public class GoogleDocsServiceImpl extends TransactionListenerAdapter
|
||||
private boolean enabled = false;
|
||||
|
||||
/** GoogleDoc base feed url */
|
||||
private String url = "http://docs.google.com/feeds/default/private/full";
|
||||
private String url = "https://docs.google.com/feeds/default/private/full";
|
||||
private String downloadUrl = "https://docs.google.com/feeds/download";
|
||||
private String spreadsheetDownloadUrl = "https://spreadsheet.google.com/feeds/download";
|
||||
|
||||
|
Reference in New Issue
Block a user