Ignore:
Timestamp:
Sep 20, 2012, 3:42:26 PM (12 years ago)
Author:
casties
Branch:
default
Message:

adding and listing groups via html works now.
no editing of group membership yet.
no authentication yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotations.java

    r20 r22  
    4949        logger.debug("annotation-id=" + id);
    5050
    51         // TODO: what to return without id - list of all annotations?
     51        if (id == null) {
     52            // TODO: what to return without id - list all annotations?
     53            setStatus(Status.CLIENT_ERROR_BAD_REQUEST);
     54            return null;
     55        }
    5256
    5357        // do authentication
Note: See TracChangeset for help on using the changeset viewer.