Summary | Empty Expect-Header results in 417-Error using Squid |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | dire (at) fa (dot) uni-tuebingen (dot) de |
Created | 05/03/2013 (4506 days ago) |
Due | |
Updated | 05/06/2013 (4503 days ago) |
Assigned | 05/04/2013 (4505 days ago) |
Resolved | 05/06/2013 (4503 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
http://git.horde.org/horde-git/-/commit/ca3dd70f71d24d4dc69ade7f462ffa9cc8caad2d
commit 5ea3b6777f1ac36ff7245f70023aba307bc1c210
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon May 6 16:28:39 2013 -0400
Disable the Expect header for Curl unless it's explicitly set.
Bug: 12235framework/Http/lib/Horde/Http/Request/Curl.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5ea3b6777f1ac36ff7245f70023aba307bc1c210
Squid is telling us that it can't meet the expectation. Wonderful.
Queue ⇒ Horde Framework Packages
State ⇒ Assigned
Assigned to Michael Rubinsky
https://github.com/horde/horde/commit/2229568c692a08336b5c15f037e4b960223b70d8
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Empty Expect-Header results in 417-Error using Squid
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
server which is behind a Squid Proxy:
Horde sends an empty Expect-Header and Squid rejects this with an 417 Error.
As I removed the Expect-Header in
/usr/share/php/Horde/Core/Factory/HttpClient.php it worked, but I
don't know if the header is required somewhere else.