[
https://issues.apache.org/jira/browse/TS-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Galić updated TS-468:
--------------------------
Description:
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).
For reference, this is the RFC section:
https://tools.ietf.org/html/rfc2616#section-14.20
This is the appropriate section in the HTTPbis RFC:
https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-22#section-5.1.1
was:
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).
> We MUST 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
> Labels: HTTP, Violation
> Fix For: 3.5.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).
> For reference, this is the RFC section:
> https://tools.ietf.org/html/rfc2616#section-14.20
> This is the appropriate section in the HTTPbis RFC:
> https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-22#section-5.1.1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira