1. 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
  2. 10 Sep, 2024 7 commits
  3. 09 Sep, 2024 3 commits
  4. 05 Sep, 2024 1 commit
  5. 03 Sep, 2024 5 commits
  6. 31 Aug, 2024 1 commit
  7. 30 Aug, 2024 2 commits
  8. 28 Aug, 2024 1 commit
  9. 27 Aug, 2024 1 commit
  10. 26 Aug, 2024 4 commits
  11. 16 Aug, 2024 1 commit
  12. 14 Aug, 2024 1 commit
  13. 13 Aug, 2024 1 commit
  14. 12 Aug, 2024 2 commits
  15. 07 Aug, 2024 2 commits
  16. 06 Aug, 2024 1 commit
  17. 02 Aug, 2024 2 commits
  18. 01 Aug, 2024 3 commits