log src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java @ 89:247cbbb385de

age author description
Wed, 04 Feb 2015 19:37:02 +0100 casties improved logging.
Mon, 02 Feb 2015 11:32:53 +0100 casties renamed getFullname to make it configurable.
Mon, 21 Jul 2014 17:28:15 +0200 casties add slashes to paths for getRealPath to work with Tomcat 8.
Fri, 21 Mar 2014 13:32:41 +0100 casties change logging to java.util.logging.
Wed, 12 Mar 2014 12:42:28 +0100 casties search files in webapp in WEB-INF folder.
Wed, 12 Mar 2014 11:54:07 +0100 casties small cleanup. trying restlet 2.2-snapshot now -- feeling lucky.
Tue, 11 Mar 2014 17:43:00 +0100 casties restlet 2.1 works now. (it's the start() method, stupid!)
Fri, 07 Mar 2014 13:48:50 +0100 casties trying restlet 2.1. doesn't work yet.
Thu, 06 Mar 2014 15:09:04 +0100 casties added lgpl_v3 license information.
Wed, 19 Feb 2014 14:38:31 +0100 casties updated to new Neo4J version 2.0. doesn't use new features. problems with neo4j admin web ui.
Tue, 20 Nov 2012 19:43:12 +0100 casties configuration of uri prefixes was completely broken.
Tue, 20 Nov 2012 19:16:43 +0100 casties make annotation uri in store configurable. fix npe with no tags.
Tue, 20 Nov 2012 18:23:52 +0100 casties made uri prefixes in store configurable.
Tue, 20 Nov 2012 17:56:35 +0100 casties new non-authorized mode without tokens. enabled by default. configured with annotationmanager.authorization=false property.
Thu, 27 Sep 2012 17:12:08 +0200 casties annotations ui can show and delete annotations now.
Thu, 20 Sep 2012 17:42:26 +0200 casties adding and listing groups via html works now.
Thu, 06 Sep 2012 19:02:59 +0200 casties more work on HTML UI.
Wed, 05 Sep 2012 18:05:54 +0200 casties new AnnotationStore restlet for HTML-UI.