diff webapp/src/main/webapp/jquery/digilib-ann.html @ 1132:d47513632da5

additional annotationSafeTokenUrl for https url, used with passwords. we don't always use https for issues with self-signed certs.
author robcast
date Tue, 13 Nov 2012 19:29:23 +0100
parents 9e85efcfbb0c
children
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/digilib-ann.html	Tue Nov 13 17:35:32 2012 +0100
+++ b/webapp/src/main/webapp/jquery/digilib-ann.html	Tue Nov 13 19:29:23 2012 +0100
@@ -43,6 +43,8 @@
                     'annotationsReadOnly' : false,
                     // URL of authentication token server
                     'annotationTokenUrl' : 'http://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',
                     //'annotationTokenUrl' : 'http://localhost:8080/test/docuviewa/template/token/getLoginToken',
                     // list of Annotator plugins
                     'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator']