You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/09/28 05:03:32 UTC

[jira] Created: (TS-470) Age: headers > INT_MAX should be capped to 2^31

Age: headers > INT_MAX should be capped to 2^31
-----------------------------------------------

                 Key: TS-470
                 URL: https://issues.apache.org/jira/browse/TS-470
             Project: Traffic Server
          Issue Type: Bug
          Components: HTTP
            Reporter: Leif Hedstrom
             Fix For: 2.3.0


We should cap Age: headers with a value > 2^31 to 2^31.

(Discovered using Coadvisor).

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


[jira] Resolved: (TS-470) Age: headers > INT_MAX should be capped to 2^31

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-470.
------------------------------

    Resolution: Fixed

> Age: headers > INT_MAX should be capped to 2^31
> -----------------------------------------------
>
>                 Key: TS-470
>                 URL: https://issues.apache.org/jira/browse/TS-470
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.4
>
>         Attachments: TS-470.diff
>
>
> We should cap Age: headers with a value > 2^31 to 2^31.
> (Discovered using Coadvisor).

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


[jira] Assigned: (TS-470) Age: headers > INT_MAX should be capped to 2^31

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-470:
--------------------------------

    Assignee: Leif Hedstrom

> Age: headers > INT_MAX should be capped to 2^31
> -----------------------------------------------
>
>                 Key: TS-470
>                 URL: https://issues.apache.org/jira/browse/TS-470
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.4
>
>         Attachments: TS-470.diff
>
>
> We should cap Age: headers with a value > 2^31 to 2^31.
> (Discovered using Coadvisor).

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


[jira] Updated: (TS-470) Age: headers > INT_MAX should be capped to 2^31

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-470:
-----------------------------

    Fix Version/s:     (was: 2.3.0)
                   2.1.4

> Age: headers > INT_MAX should be capped to 2^31
> -----------------------------------------------
>
>                 Key: TS-470
>                 URL: https://issues.apache.org/jira/browse/TS-470
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>             Fix For: 2.1.4
>
>         Attachments: TS-470.diff
>
>
> We should cap Age: headers with a value > 2^31 to 2^31.
> (Discovered using Coadvisor).

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


[jira] Updated: (TS-470) Age: headers > INT_MAX should be capped to 2^31

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-470:
-----------------------------

    Attachment: TS-470.diff

Proposed patch (v1).

> Age: headers > INT_MAX should be capped to 2^31
> -----------------------------------------------
>
>                 Key: TS-470
>                 URL: https://issues.apache.org/jira/browse/TS-470
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>             Fix For: 2.3.0
>
>         Attachments: TS-470.diff
>
>
> We should cap Age: headers with a value > 2^31 to 2^31.
> (Discovered using Coadvisor).

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


[jira] Commented: (TS-470) Age: headers > INT_MAX should be capped to 2^31

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915598#action_12915598 ] 

Leif Hedstrom commented on TS-470:
----------------------------------

Test this with Age: headers of

Age: 2147483647

and

Age: 2147483648

> Age: headers > INT_MAX should be capped to 2^31
> -----------------------------------------------
>
>                 Key: TS-470
>                 URL: https://issues.apache.org/jira/browse/TS-470
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>             Fix For: 2.3.0
>
>
> We should cap Age: headers with a value > 2^31 to 2^31.
> (Discovered using Coadvisor).

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