- Jan 10, 2017
-
-
Daniel Gerhardt authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
- Aug 10, 2015
-
-
Tom Käsler authored
-
Tom Käsler authored
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
- Aug 21, 2014
-
-
- Jun 02, 2014
-
-
Paul-Christian Volkmer authored
This will send HTTP 501 NOT IMPLEMENTED error in case connector client is used and not available.
-
- May 24, 2014
-
-
Paul-Christian Volkmer authored
-
- May 21, 2014
-
-
Paul-Christian Volkmer authored
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
This allows expecting those exceptions in test classes.
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 28, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 26, 2012
-
-
Julian Hochstetter authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
The new NoContentException should indicate, that there is no error, but the server could not provide a response object. This will result in HTTP Code 204 - NO CONTENT => see RFC2616 Fixed two NullPointerExceptions wich might occure in QuestionService or by using CouchDBDao from QuestionService.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
This checks if there is a user in current security context. If not, an UnauthorizedException is thrown which will result in HTTP - 401.
-
Paul-Christian Volkmer authored
This patch uses AbstractController class to add exception handlers into controllers. These handlers are used to detect some runtime exceptions which can be thrown in any layer e.g. DAO or service layer. They recognize NotFoundException and ForbiddenException. Test classes are able to check if any of these exceptions are thrown during runtime.
-