- Jun 12, 2014
-
-
Paul-Christian Volkmer authored
These checks will be done by service and security implementation if needed
-
- Jun 07, 2014
-
-
Paul-Christian Volkmer authored
-
- Jun 06, 2014
-
-
Paul-Christian Volkmer authored
-
- Jun 05, 2014
-
-
Christoph Thelen authored
-
- Jun 04, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This affects: * Some null checks before instanceof checks * CouchDBDao.collectUnansweredQuestionIds() * DeprecatedApiInterceptorHandler.getDeprecatedApiAnnotation() * CacheControlInterceptorHandler.getCacheControlAnnotation() * CacheControlInterceptorHandler.setCacheControlResponseHeader() * FeedbackService - userService private field
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
SessionController: Append integer to a string will result in a string ApplicationPermissionEvaluator: Code formatting UserService: Create new user object instead of assining parameter reference ARSnovaSocketIOServer: No exceptions are thrown
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Jun 03, 2014
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
No one will find it in method convertFileToByteArray.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
The removed implementation used events wich were never published in any part of the application.
-
Christoph Thelen authored
-
- Jun 02, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This will send HTTP 501 NOT IMPLEMENTED error in case connector client is used and not available.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Jun 01, 2014
-
-
Paul-Christian Volkmer authored
This includes usage of newest connector-client. The last maven based version 0.41.0 had been replaced by newer 0.7x version wich includes some new features.
-
- May 30, 2014
-
-
Paul-Christian Volkmer authored
-
- May 28, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- May 27, 2014
-
-
Paul-Christian Volkmer authored
Having content negotiation with more than just JSON content might follow REST principles. All entities annotated with e.g. @XmlRootElement can be send as XML data. This requires client to send Accept header with value "application/json" to fetch JSON responses. Default Accept header send by client is something like: "text/html,application/xhtml+xml,application/xml" which requests an XML document, not JSON document but JSON is expected.
-
Paul-Christian Volkmer authored
-
- May 26, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- May 25, 2014
-
-
Paul-Christian Volkmer authored
This should enable annotation based cache-control header values. Added a cache max age of 60 seconds to statistics resource. Proxy-Servers should cache a statistics resource for about 60 seconds.
-
- May 24, 2014
-
-
Paul-Christian Volkmer authored
-