mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
76749: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 76731: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.4) 76727: Merged V4.1.9 (4.1.9) to V4.1-BUG-FIX (4.1.10) 76272: MNT-11873 It is impossible to publish in Flickr channel - Use new SSL URL https://api.flickr.com/services/ git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77679 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,8 +44,7 @@ import org.springframework.util.MultiValueMap;
|
||||
*/
|
||||
public class FlickrTemplate extends AbstractOAuth1ApiBinding implements Flickr, FlickrHelper
|
||||
{
|
||||
private static final String DEFAULT_ENDPOINT = "http://api.flickr.com/services/";
|
||||
// private static final String DEFAULT_ENDPOINT = "https://secure.flickr.com/services/";
|
||||
private static final String DEFAULT_ENDPOINT = "https://api.flickr.com/services/";
|
||||
|
||||
private static String endpoint = DEFAULT_ENDPOINT;
|
||||
|
||||
|
Reference in New Issue
Block a user