- 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
-
- May 23, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This will allow dynamic configuration depending on property file settings. Removed connector client bean from XML based configuration and added bean creation into JavaBased config class. Bean will be created if there is a property "connector.enable" with value "true" otherwise no bean will be created wich has the same behavior removing bean definition from XML configuration file. No need to change application config - can be done in property file :-)
-
- May 22, 2014
-
-
Paul-Christian Volkmer authored
Had to fix CouchDBDao.getSessionFromId() to implement working permission evaluation. This small method had thrown net.sf.json.JSONException wich causes Spring to send HTTP 405 - Method not allowed and block request.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- May 21, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
Spring security based permission check will do this for us.
-
Paul-Christian Volkmer authored
Permission handling is the same as with removed Authorized annotation
-
Paul-Christian Volkmer authored
-
- May 20, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-