[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 Yann Ylavic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Yann Ylavic --- Merged in 2.4.x (r1901584), will be in next release. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 Yann Ylavic changed: What|Removed |Added Keywords||FixedInTrunk --- Comment #7 from Yann Ylavic --- Checked in r1901420 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #6 from Yann Ylavic --- (In reply to Yann Ylavic from comment #4) > Created attachment 38157 [details] > Don't 417 if the proxy does not forward 100-continue Note that with this patch there should be not need to "RequestHeader unset Expect early" in any case. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #5 from Yann Ylavic --- (In reply to Pavel Janík from comment #2) > > We are affected by this issue as well and we do not have > force-proxy-request-1.0 in our configuration. There shouldn't be a way to remove the "Expect" header if mod_proxy does "100-continue" forwarding. Do you configure "Proxy100Continue Off"? In this case the patch should work for you too, but otherwise removing "Expect" would be a protocol violation that could cause deadlocks. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #4 from Yann Ylavic --- Created attachment 38157 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38157&action=edit Don't 417 if the proxy does not forward 100-continue We probably shouldn't fail with 417 if the proxy is not forwarding 100-continue to the backend (that is "force-proxy-request-1.0" or "Proxy100Continue Off"), since in this case httpd will handle the 100-continue by itself. Could you please try this patch? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #3 from Peter T --- Behaviour is triggered by "force-proxy-request-1.0" presumably because http 1.0 doesn't support "Expect: 100-continue" so if that is requested, the 417 error will be returned, if the header is present. This bug has caused us lots of issues, when proxying legacy systems! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 ying <1059712...@qq.com> changed: What|Removed |Added CC||1059712...@qq.com -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 Pavel Janík changed: What|Removed |Added CC||pgaj...@suse.cz -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #2 from Pavel Janík --- (In reply to Erik Kangas from comment #1) > Additional note-- this behavior is triggered by "force-proxy-request-1.0" > being true in the apache config. Removing this also fixes the problem. We > have removed thats (as it was an old, unneeded legacy setting). However, > the buy with this in place remains (though the priority is now very low .. > as the need for http/1.0 on the back-side of mod_proxy should be negligible > by now.) We are affected by this issue as well and we do not have force-proxy-request-1.0 in our configuration. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 Pavel Janík changed: What|Removed |Added Priority|P2 |P1 CC||pa...@janik.cz -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org
[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #1 from Erik Kangas --- Additional note-- this behavior is triggered by "force-proxy-request-1.0" being true in the apache config. Removing this also fixes the problem. We have removed thats (as it was an old, unneeded legacy setting). However, the buy with this in place remains (though the priority is now very low .. as the need for http/1.0 on the back-side of mod_proxy should be negligible by now.) -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org