Change in ovirt-engine-sdk-java[sdk_3.5]: 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> (cherry picked from commit e09c01e685f2f1a0ca3f85ff75dbd32bbdfdc0e5) --- 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/28365 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7af6ffa51c9e5b04e6f57d749e130424e10b7eaf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: sdk_3.5 Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com