[ZCM] [ZC] 196/ 1 Request "Zope management interface: manage_page_style.css is not cacheable."
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Tue, 05 Feb 2002 14:49:46 -0500
Issue #196 Update (Request) "Zope management interface: manage_page_style.css is not cacheable."
Status Pending, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/196
==============================================================
= Request - Entry #1 by Anonymous User on Feb 5, 2002 2:49 pm
The file manage_page_style.css is referenced from every page of Zope management interface and currently browsers reload it every time a html page is requested. The problem is that it is generated from DTML template and HTTP response doesn't include caching info. The simplest solution is to make it a File object.
==============================================================