diff src/de/mpiwg/itgroup/annotationManager/restlet/AnnotatorSearch.java @ 11:2f8c72ae4c43

working on create and read api for annotator.
author casties
date Tue, 20 Mar 2012 16:53:48 +0100
parents 0bdfe01e30b5
children 9393c9c9b916
line wrap: on
line diff
--- a/src/de/mpiwg/itgroup/annotationManager/restlet/AnnotatorSearch.java	Tue Mar 20 15:55:51 2012 +0100
+++ b/src/de/mpiwg/itgroup/annotationManager/restlet/AnnotatorSearch.java	Tue Mar 20 16:53:48 2012 +0100
@@ -49,7 +49,7 @@
     public Representation doGetJSON(Representation entity) {
 
         doOptions(entity);
-
+        //TODO: what to do with authentication? 
         boolean authenticated = isAuthenticated(entity);
         logger.debug("request authenticated="+authenticated);