1. 13 Sep, 2024 4 commits
  2. 12 Sep, 2024 2 commits
    • Arnaud Fontaine's avatar
    • Arnaud Fontaine's avatar
      zope5: Since 5.8.1 missing Content-Type HTTP header is interpreted as... · 74019c04
      Arnaud Fontaine authored
      zope5: Since 5.8.1 missing Content-Type HTTP header is interpreted as application/x-www-form-urlencoded.
      
      Zope.git:
        commit 5b324f6c461f5ea1cc069739b6c32a1a5ff59df9
        Date:   Thu Jan 19 07:15:18 2023 +0100
          replace `cgi.FieldStorage` by `multipart` (#1094)
          * interpret a missing `CONTENT_TYPE` as `application/x-www-form-urlencoded`
      
      With cgi.FieldStorage, it was interpretated as text/plain so Content-Type has to
      be provided now (even for WebDAV despite RFC 4918 stating that it *SHOULD* be
      provided).
      
      Some Unit Tests did not provide such header at all but this was wrong (such as
      erp5_stripe:testStripe where the real request has application/json as
      Content-Type and not text/plain).
      74019c04
  3. 10 Sep, 2024 7 commits
  4. 09 Sep, 2024 3 commits
  5. 05 Sep, 2024 1 commit
  6. 03 Sep, 2024 5 commits
  7. 31 Aug, 2024 1 commit
  8. 30 Aug, 2024 2 commits
  9. 28 Aug, 2024 1 commit
  10. 27 Aug, 2024 1 commit
  11. 26 Aug, 2024 4 commits
  12. 16 Aug, 2024 1 commit
  13. 14 Aug, 2024 1 commit
  14. 13 Aug, 2024 1 commit
  15. 12 Aug, 2024 2 commits
  16. 07 Aug, 2024 2 commits
  17. 06 Aug, 2024 1 commit
  18. 02 Aug, 2024 1 commit