Skip to content
Snippets Groups Projects
  1. Feb 12, 2013
  2. Feb 11, 2013
  3. Feb 05, 2013
  4. Dec 28, 2012
    • Paul-Christian Volkmer's avatar
      Major changes is Spring application configuration · df62a3bb
      Paul-Christian Volkmer authored
      With this changeset the spring servlet configuration is separeted from the
      application configuration. This will result in a main context and a servlet
      context, holding only spring mvc information.
      
      This change has a very nice side effekt: Spring AOP beans will be loaded
      only once in application context, not a second time in mvc servlet context.
      df62a3bb
  5. Nov 19, 2012
    • Paul-Christian Volkmer's avatar
      Never invalidate http session · 7b7956c4
      Paul-Christian Volkmer authored
      This is a quick fix for HTTP session timeout which will result in some
      strange behavior in client devices.
      
      THIS MUST BE REVOVED if client JS code is able to re-authenticate from
      local storage after session timeout.
      7b7956c4
  6. Oct 18, 2012
  7. Oct 17, 2012
  8. Oct 09, 2012
  9. Sep 19, 2012
  10. Sep 17, 2012
    • Julian Hochstetter's avatar
      Task #3868: Refactor Servlets · 804a6da8
      Julian Hochstetter authored
      * @ResponseBody Annotation for JSON Response
      * Old ARSnova Servlet does nothing
      * New Spring Servlet loads Beans, Services, Security and SocketServer
      * One Property Loader which is used in XML Spring Configuration and with
      @Value Annotation
      804a6da8
  11. Sep 14, 2012
  12. Sep 13, 2012
  13. Sep 12, 2012
  14. Sep 11, 2012
  15. Sep 10, 2012
  16. Sep 07, 2012
  17. Sep 05, 2012