From 3f6ae0ff932be21141c724cbb3ecdbad3f0107fa Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 11 Apr 2011 16:59:48 -0400 Subject: [PATCH] INT-1862 added documentation explaining that original Message headers are preserved by the Http Outbound Gateway --- docs/src/reference/docbook/http.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/reference/docbook/http.xml b/docs/src/reference/docbook/http.xml index 6e0488c12e..0f6b3b8478 100644 --- a/docs/src/reference/docbook/http.xml +++ b/docs/src/reference/docbook/http.xml @@ -95,6 +95,11 @@ By default the HTTP request will be generated using an instance of Si HttpURLConnection. Use of the Apache Commons HTTP Client is also supported through the provided CommonsClientHttpRequestFactory which can be injected as shown above. + + +In the case of the Outbound Gateway, the reply message produced by the gateway will contain all Message Headers present in the request message. + +