1. 29 Mar, 2019 2 commits
    • Andy Wilkinson's avatar
      Polish · e8b7d0fc
      Andy Wilkinson authored
      e8b7d0fc
    • Andy Wilkinson's avatar
      Configure Tomcat to create upload targets · 70eee612
      Andy Wilkinson authored
      Previously, if the directory to which Tomcat would write a file upload did not exist
      the upload attempt would fail and a 500 response would be returned to the client.
      This could happen when, for example, Tomcat is using a temporary directory for file
      uploads and tmpwatch has deleted the directory.
      
      This commit configures Tomcat so that, during multipart request parsing, it will
      automatically create the directory to which the parts will be written if it does not
      already exist.
      
      Closes gh-9616
      70eee612
  2. 28 Mar, 2019 4 commits
  3. 27 Mar, 2019 16 commits
  4. 26 Mar, 2019 15 commits
  5. 20 Mar, 2019 3 commits