Change in ovirt-engine-sdk-java[master]: sdk: Add X-Ovirt-Expect and Expect

Juan Hernandez has submitted this change and it was merged. Change subject: sdk: Add X-Ovirt-Expect and Expect ...................................................................... sdk: Add X-Ovirt-Expect and Expect The HTTP Expect header is rejected by the Apache web server if its values is anythiong other than 100-continue. To avoid problems the engine explicitly removes it, and it accepts an alternative X-Ovirt-Except header, with the same values and semantics. This patch changes the SDK so that it will automatically add the alternative header when the user adds the original one. Change-Id: I7af6ffa51c9e5b04e6f57d749e130424e10b7eaf Related: https://bugzilla.redhat.com/1093784 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M ovirt-engine-sdk-java/src/main/java/org/ovirt/engine/sdk/web/HttpProxy.java 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/27937 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7af6ffa51c9e5b04e6f57d749e130424e10b7eaf Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
juan.hernandez@redhat.com