Skip to content
Snippets Groups Projects
  1. Jun 03, 2014
  2. Jun 02, 2014
  3. May 30, 2014
  4. May 28, 2014
  5. May 27, 2014
    • Paul-Christian Volkmer's avatar
      Changed configuration to enable XML based responses · 784260a8
      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.
      784260a8
    • Paul-Christian Volkmer's avatar
      2b9caab9
  6. May 26, 2014
  7. May 25, 2014
  8. May 24, 2014
  9. May 23, 2014
  10. May 22, 2014
  11. May 21, 2014