1. 09 Mar, 2022 1 commit
  2. 08 Mar, 2022 1 commit
  3. 03 Mar, 2022 1 commit
  4. 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
  5. 14 Feb, 2022 1 commit
  6. 09 Feb, 2022 3 commits
  7. 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
  8. 07 Feb, 2022 8 commits
  9. 03 Feb, 2022 7 commits
  10. 02 Feb, 2022 1 commit
  11. 01 Feb, 2022 1 commit
  12. 31 Jan, 2022 1 commit
  13. 28 Jan, 2022 2 commits
  14. 27 Jan, 2022 5 commits
  15. 21 Jan, 2022 1 commit
  16. 20 Jan, 2022 1 commit
  17. 19 Jan, 2022 1 commit
  18. 18 Jan, 2022 2 commits
  19. 17 Jan, 2022 1 commit