Skip to content
Snippets Groups Projects
  1. Oct 31, 2016
  2. Feb 05, 2016
  3. Oct 26, 2015
  4. Aug 10, 2015
  5. May 27, 2015
  6. Mar 19, 2015
  7. Mar 16, 2015
  8. Mar 04, 2015
  9. Mar 03, 2015
  10. Mar 02, 2015
  11. Jan 17, 2015
  12. Aug 24, 2014
  13. May 30, 2014
  14. 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
  15. May 20, 2014
  16. Feb 23, 2013
  17. Nov 04, 2012