Skip to content
Snippets Groups Projects
  1. Oct 17, 2012
  2. Oct 16, 2012
    • Paul-Christian Volkmer's avatar
      Use exceptions instead of checking for null to send correct http code · 6508a634
      Paul-Christian Volkmer authored
      If a session was not found in database this will result in http 404,
      if the session is not accessable for the current user the request will
      result in http 403.
      
      The old behavior was to check for null. This was the response if the
      session was not found or the current user could not access this session
      (not owner and inactive sessions). Both ended up with http 404 - not found.
      6508a634
    • Paul-Christian Volkmer's avatar
      Task #4027: User is able to request a question by its id · 1a847feb
      Paul-Christian Volkmer authored
      The URI to be used contains the session id the question is linked to. If
      the resulting question object did not match the given session id an error
      HTTP - NOT FOUND will be send. This will also be done if no question was
      found.
      1a847feb
  3. Oct 13, 2012
  4. Oct 09, 2012
  5. Sep 30, 2012
    • Paul-Christian Volkmer's avatar
      Bug #3926: Tomcat servlet container did not provide a class · d2b365da
      Paul-Christian Volkmer authored
      It seems that Jetty provides "com.fasterxml.jackson.databind.JsonNode"
      in any way but Tomcat does not.
      
      So we have to include the package containing this class in our Maven
      configuration.
      
      We seriously have to check if ARSnova runs on our main target platform,
      not only our private developer platform! My be our developer platform
      should be the main target platform?
      d2b365da
  6. Sep 28, 2012
  7. Sep 24, 2012
  8. Sep 20, 2012
  9. Sep 19, 2012
  10. Sep 18, 2012
  11. Sep 17, 2012
  12. Sep 14, 2012