1. 03 Mar, 2022 1 commit
  2. 25 Feb, 2022 1 commit
    • Arnaud Fontaine's avatar
      Zope 4.x: Fix OFS.Image PUT() for Python 2 (#1015). · 8cd7a917
      Arnaud Fontaine authored
      This fixes failures in erp5_dms:testWebDavSupport.
      
        Traceback (innermost last):
          [...]
          Module Products.ERP5Type.patches.OFSImage, line 94, in PUT
            return PUT_orig(self, REQUEST, RESPONSE)
          Module OFS.Image, line 665, in PUT
            data = data.encode('UTF-8')
        UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 10: ordinal not in range(128)
      8cd7a917
  3. 14 Feb, 2022 1 commit
  4. 09 Feb, 2022 3 commits
  5. 08 Feb, 2022 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Keep Server header intact · 3d6af70d
      Łukasz Nowak authored
      Server header might be changed by client facing caddy, for which caddy code
      has been fixed to not transmit the Server header at all by default.
      In ATS Server header has been disabled by configuration.
      haproxy does not add Server header at all.
      Thanks to improvement in the test backend, it's asserted that Server header
      send by the backend is left intact.
      3d6af70d
  6. 07 Feb, 2022 8 commits
  7. 03 Feb, 2022 7 commits
  8. 02 Feb, 2022 1 commit
  9. 01 Feb, 2022 1 commit
  10. 31 Jan, 2022 1 commit
  11. 28 Jan, 2022 2 commits
  12. 27 Jan, 2022 5 commits
  13. 21 Jan, 2022 1 commit
  14. 20 Jan, 2022 1 commit
  15. 19 Jan, 2022 1 commit
  16. 18 Jan, 2022 2 commits
  17. 17 Jan, 2022 2 commits
  18. 14 Jan, 2022 1 commit