An error occurred fetching the project authors.
  1. 11 Jul, 2024 3 commits
    • Rafael Monnerat's avatar
      erp5_web: Introduce no-store policy · 4bfd248d
      Rafael Monnerat authored
        We must ensure that some Web Section (under a website with must-revalidate caching policy) can have a session that isn't stored.
      
        Different from no-cache (that is similar to must-revalidate + max-age=0), no-store tells the client (and frontends) that it must not cache the content ever.
      4bfd248d
    • Rafael Monnerat's avatar
      erp5_web: authenticate cache should send Last-Modified · deeb698c
      Rafael Monnerat authored
        Since we issue an no-store and no 304s, the Last-Modified could confuse the frontend if If-Modified-Since header is present on the request.
      
        If-Modified-Since is sent, the ERP5 wont return with 304, so we don't expect that the frontend does it (but it does), so since we don't expect that user stores the last request it makes no sense to return with Last-Modified.
      deeb698c
    • Jérome Perrin's avatar
      web: re-export caching_policy_manager with new Pickle · 5b371e20
      Jérome Perrin authored
      Products.CMFCore.CachingPolicyManager.CPMCache became a new style class
      5b371e20
  2. 17 Jul, 2019 1 commit
  3. 06 Jun, 2019 1 commit
  4. 18 Sep, 2017 1 commit
    • Tristan Cavelier's avatar
      erp5_web: add Vary Origin to hateoas · dfd37887
      Tristan Cavelier authored
      This fixes an issue :
      When we work on two web apps in two different domains
      but using the same erp5 as storage backend,
      the allow origin response header was equal to one sole
      domain for the two web apps.
      dfd37887
  5. 13 Apr, 2017 1 commit
  6. 07 Jan, 2016 1 commit
  7. 09 Oct, 2015 1 commit
  8. 18 Sep, 2015 1 commit
  9. 10 Aug, 2015 1 commit
  10. 08 Jul, 2015 1 commit
  11. 23 Jun, 2015 1 commit
    • Cédric Le Ninivin's avatar
      erp5_web: update caching policy behavior. Add possibility to select caching... · 416ea907
      Cédric Le Ninivin authored
      erp5_web: update caching policy behavior. Add possibility to select caching policy from WebSite and WebSection
      
      erp5_web: simple yet effective caching policy rules
      
      erp5_web: caching policy fix update names
      
      erp5_web: introduce caching policy category for Web Site and Web Section
      
      erp5_web: fix test related to caching policies
      
      erp5_web: Fix Base_getWebDocumentDrivenModificationDate for empty web sites.
      
      erp5_web: fix Base_getWebDocumentDrivenModificationDate
      
      erp5_web: optimize , fix caching policy
      
      erp5_web: update Base_getWebDocumentDrivenModificationDate portal type list
      416ea907
  12. 18 Mar, 2015 1 commit
  13. 11 Mar, 2015 1 commit
  14. 27 Jun, 2013 2 commits
  15. 15 Dec, 2010 1 commit
  16. 01 Feb, 2010 1 commit
  17. 29 Jan, 2010 1 commit
  18. 22 Jan, 2010 1 commit
    • Nicolas Delaby's avatar
      2010-01-22 nicolas · ef799508
      Nicolas Delaby authored
      * Update configuration of Caching Policy Manager to fill Last-Modified Header with modification_date.
      * Web Site and Web Section are not using Caching Policy Manager
      * Use getPortalWebDocumentTypeLits instead of Hardcoded portal_type
      reviewed by romain
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31901 20353a03-c40f-0410-a6d1-a30d3c3de9de
      ef799508
  19. 01 Apr, 2009 1 commit