1. 14 May, 2019 3 commits
  2. 10 May, 2019 1 commit
  3. 09 May, 2019 7 commits
  4. 26 Apr, 2019 2 commits
  5. 24 Apr, 2019 1 commit
  6. 16 Apr, 2019 1 commit
  7. 03 Apr, 2019 8 commits
  8. 02 Apr, 2019 6 commits
  9. 31 Mar, 2019 2 commits
  10. 29 Mar, 2019 4 commits
    • Andy Wilkinson's avatar
      Upgrade to Jetty 9.4.15.v20190215 · 946e8267
      Andy Wilkinson authored
      In addition to upgrading to Jetty 9.4.15, this commit updates the
      KeyStores used in embedded container testing to add to their entries
      subject alternative name extensions for localhost and 127.0.0.1. As
      of 9.4.16, Jetty requires the SAN extensions.
      
      Closes gh-16188
      946e8267
    • Stephane Nicoll's avatar
      Upgrade to Appengine Sdk 1.9.73 · dfe6bf0f
      Stephane Nicoll authored
      Closes gh-16387
      dfe6bf0f
    • 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
  11. 28 Mar, 2019 4 commits
  12. 27 Mar, 2019 1 commit