1. 29 9月, 2015 6 次提交
  2. 28 9月, 2015 3 次提交
  3. 26 9月, 2015 2 次提交
    • S
      Improve error reporting in ScriptTemplateView · 15802888
      Sebastien Deleuze 提交于
      This commit introduces a new ScriptRenderException in order to:
       - Print in the resulting error page the reason of the script failure
       - Not print the whole stacktrace in the logs
      
      The ScriptRenderException thrown in ScriptTemplateView#renderMergedOutputModel()
      is wrapped into a ServletException in order to avoid printing 2 times the messages in
      the logs (throwing directly a ScriptRenderException would make it wrapped in a
      NestedServletException that contains a getMessage() override not needed in this
      context)
      
      Issue: SPR-13488
      15802888
    • R
      ResponseBodyEmitter detects timeout/completion · fdbe8dc4
      Rossen Stoyanchev 提交于
      ResponseBodyEmitter now registers by default to receive callbacks
      on timeout/completion and sets its internal "complete" flag to true
      in order to prevent proactively further use of the emitter.
      
      Issue: SPR-13498
      fdbe8dc4
  4. 25 9月, 2015 10 次提交
  5. 24 9月, 2015 15 次提交
  6. 23 9月, 2015 4 次提交