• Fabien Morin's avatar
    before, a web_page accessed through web_section or through · 50dd862b
    Fabien Morin authored
    web_page_module where served using a different cache. This was due to the fact
    that web_page.getPath() was used as key to find the corresponding cache (and
    the path of a web page is not the same through web_page_module and through a
    web_site). Now, orginal_path is stored on web_section and used
    instead of path. This permit to served cached web_page throught web_page_module
    or throught a web_site.
    
    
    git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29967 20353a03-c40f-0410-a6d1-a30d3c3de9de
    50dd862b
cached_convertable.py 6.47 KB