You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/02 11:44:46 UTC

DO NOT REPLY [Bug 27362] New: - Missing "Last-Modified" in ResourceReader avoids Browser Caching

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27362>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27362

Missing "Last-Modified" in ResourceReader avoids Browser Caching

           Summary: Missing "Last-Modified" in ResourceReader avoids Browser
                    Caching
           Product: Cocoon 2
           Version: 2.0.4
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: michael@wyraz.de


I saw that images in a page are reloaded on every click when using Mozilla. I
looked for the problem and found that files delivered by "ResourceReader" have
no "last modified" header.

My own Readers which set the Date-Header "Last-Modified" to the correct value,
the problem seems to be solved. This increases Website Performance a lot.