You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/03 12:45:20 UTC

[jira] [Work logged] (TS-4914) duplicate headers are dropped on 304 responses

     [ https://issues.apache.org/jira/browse/TS-4914?focusedWorklogId=30065&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30065 ]

ASF GitHub Bot logged work on TS-4914:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Oct/16 12:44
            Start Date: 03/Oct/16 12:44
    Worklog Time Spent: 10m 
      Work Description: Github user shinya1020 commented on the issue:

    https://github.com/apache/trafficserver/pull/1067
  
    In our production, some servers return multiple Cache-Control headers.
    
    For example, if the following configurations are applied to apache httpd
    ```
    Header always set Cache-Control "public"
    ExpiresActive On
    ExpiresDefault "access plus 1 days"
    ```
    then the server returns the following headers.
    ```
    Cache-Control: public
    Cache-Control: max-age=86400
    Expires: Tue, 04 Oct 2016 12:25:44 GMT
    ```


Issue Time Tracking
-------------------

    Worklog Id:     (was: 30065)
    Time Spent: 1h  (was: 50m)

> duplicate headers are dropped on 304 responses
> ----------------------------------------------
>
>                 Key: TS-4914
>                 URL: https://issues.apache.org/jira/browse/TS-4914
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Shinya Kawano
>             Fix For: 7.1.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> When TrafficServer returns 304 Not Modified respons, duplicate headers are dropped. TS returns only the first line of each headers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)