INT-1751 fliped the way inbound/outboundHeaderNames are set on DefaultHttpHeaderMapper when botstrapping http inbound gateway/adapter

This commit is contained in:
Oleg Zhurakousky
2011-01-24 12:43:13 -05:00
parent 02de94e2f0
commit fe527cd4c5
4 changed files with 8 additions and 8 deletions

View File

@@ -25,6 +25,6 @@
<inbound-channel-adapter id="inboundController" channel="requests" view-name="foo" error-code="oops"/>
<inbound-channel-adapter id="withMappedHeaders" channel="requests"
mapped-response-headers="foo,bar"/>
mapped-request-headers="foo,bar"/>
</beans:beans>

View File

@@ -22,7 +22,7 @@
<inbound-gateway id="inboundController" request-channel="requests" reply-channel="responses" view-name="foo" error-code="oops"/>
<inbound-gateway id="withMappedHeaders" request-channel="requests"
mapped-response-headers="foo,bar"
mapped-request-headers="abc, xyz"/>
mapped-response-headers="abc, xyz"
mapped-request-headers="foo,bar"/>
</beans:beans>