diff zpt/viewer/layer_text_annotator.zpt @ 620:a71ae589d342

use https for annotations and fix bug when logging httplib errors.
author casties
date Thu, 11 Dec 2014 17:19:45 +0100
parents 79973dee60bd
children bc68ca0d2c0a
line wrap: on
line diff
--- a/zpt/viewer/layer_text_annotator.zpt	Mon Nov 24 14:40:00 2014 +0100
+++ b/zpt/viewer/layer_text_annotator.zpt	Thu Dec 11 17:19:45 2014 +0100
@@ -27,7 +27,7 @@
   <!-- <script tal:attributes="src string:$rootUrl/template/annotator_files/lib/plugin/filter.js"></script> -->
 
   <script type="text/javascript" 
-    tal:define="global annServerUrl string:http://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager;
+    tal:define="global annServerUrl string:https://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager;
     annUrl python:'http://echo.mpiwg-berlin.mpg.de/documents%s?pn=%s'%(docinfo['documentPath'],pageinfo['pn']);
     resUrl python:'http://echo.mpiwg-berlin.mpg.de/documents%s'%(docinfo['documentPath']);
     global annUser python:here.getAuthenticatedUser(anon='anonymous');