# HG changeset patch # User robcast # Date 1418665782 -3600 # Node ID 7d9132a513ab4c2e8a1cf4505197c6bd88ad8236 # Parent aa09153a2b13496152768e748dd5136fa638a83d use scheme-less urls to enable serving digilib on https. diff -r aa09153a2b13 -r 7d9132a513ab webapp/src/main/webapp/jquery/digilib-ann.html --- a/webapp/src/main/webapp/jquery/digilib-ann.html Tue Aug 26 17:19:57 2014 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-ann.html Mon Dec 15 18:49:42 2014 +0100 @@ -37,7 +37,7 @@ interactionMode : 'fullscreen', showRegionNumbers : true, // URL of annotation server - 'annotationServerUrl' : 'http://localhost:18080/AnnotationManagerN4J/annotator', + 'annotationServerUrl' : '//localhost:18080/AnnotationManagerN4J/annotator', // are annotations read-only? 'annotationsReadOnly' : false, // URL of authentication token server @@ -55,7 +55,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r aa09153a2b13 -r 7d9132a513ab webapp/src/main/webapp/jquery/digilib-mpiwg.html --- a/webapp/src/main/webapp/jquery/digilib-mpiwg.html Tue Aug 26 17:19:57 2014 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-mpiwg.html Mon Dec 15 18:49:42 2014 +0100 @@ -37,11 +37,11 @@ interactionMode : 'fullscreen', showRegionNumbers : true, // URL of annotation server - 'annotationServerUrl' : 'http://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager/annotator', + 'annotationServerUrl' : '//tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager/annotator', // are annotations read-only? 'annotationsReadOnly' : false, // URL of authentication token server - 'annotationTokenUrl' : 'http://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', + 'annotationTokenUrl' : '//libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', // URL of safe authentication token server 'annotationSafeTokenUrl' : 'https://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', // function that returns a normalized URI for the annotated image @@ -62,7 +62,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +