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 01:46:32 UTC

[jira] Created: (TS-468) We should respond with a 417 if we cannot meet an expectation

We should respond with a 417 if we cannot meet an expectation
-------------------------------------------------------------

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


If the client sends an Expect: header that we cannot meet, we should return a 417 error. E.g.

Expect: expect=params

since we can't meet this expectation, we should return a 417, but instead we forward this to the origin, and return with whatever it responds with.

(Originally found 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-468) We should respond with a 417 if we cannot meet an expectation

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

Leif Hedstrom updated TS-468:
-----------------------------

    Fix Version/s: 2.3.0

> We should respond with a 417 if we cannot meet an expectation
> -------------------------------------------------------------
>
>                 Key: TS-468
>                 URL: https://issues.apache.org/jira/browse/TS-468
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>             Fix For: 2.3.0
>
>
> If the client sends an Expect: header that we cannot meet, we should return a 417 error. E.g.
> Expect: expect=params
> since we can't meet this expectation, we should return a 417, but instead we forward this to the origin, and return with whatever it responds with.
> (Originally found 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-468) We should respond with a 417 if we cannot meet an expectation

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

Leif Hedstrom commented on TS-468:
----------------------------------

The same holds true for "100-continue" expectation, e.g.

Expect: expect=" 100-continue="

> We should respond with a 417 if we cannot meet an expectation
> -------------------------------------------------------------
>
>                 Key: TS-468
>                 URL: https://issues.apache.org/jira/browse/TS-468
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>
> If the client sends an Expect: header that we cannot meet, we should return a 417 error. E.g.
> Expect: expect=params
> since we can't meet this expectation, we should return a 417, but instead we forward this to the origin, and return with whatever it responds with.
> (Originally found using Coadvisor).

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