You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Steve Jiang (JIRA)" <ji...@apache.org> on 2010/02/22 15:34:32 UTC

[jira] Resolved: (TS-188) proxy.config.http.cache.required_headers value 1 does not allow caching of items with only Cache-Control: max-age

     [ https://issues.apache.org/jira/browse/TS-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Jiang resolved TS-188.
----------------------------

    Resolution: Fixed

> proxy.config.http.cache.required_headers value 1 does not allow caching of items with only Cache-Control: max-age
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-188
>                 URL: https://issues.apache.org/jira/browse/TS-188
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cache
>            Reporter: Steve Jiang
>            Assignee: Steve Jiang
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: files.htm.diff, http.htm.diff, TS188_sjiang.diff, TS188_sjiang_2.diff
>
>
> the records.config variable proxy.config.http.cache.required_headers has three options:
>    #   0 - No required headers to make document cachable
>    #   1 - at least "Last-Modified:" header required
>    #   2 - explicit lifetime required, "Expires:" or "Cache-Control:"
> The options are ordered in least restrictive to most restrictive. However, choosing option 1 does not allow YTS to cache objects with CC: max-age, whereas option 2 allows it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.