Gary Russell
a80cb76113
INT-2035 Remove Dangling Import
...
Map.Entry inadvertently left in place.
2011-11-30 16:20:21 -05:00
Mark Fisher
6fbdd71aae
INT-2254 added copyHeadersIfAbsent call for the Message as HTTP request body case
2011-11-23 09:36:39 -05:00
Oleg Zhurakousky
43f60dae08
INT-2238 interim commit
...
INT-2238 fixing warning comments
INT-2238 fixing warning comments
INT-2238 fixing warning comments
2011-11-22 21:10:32 -05:00
Oleg Zhurakousky
7485ea449a
INT-2254
...
added support for recognition of a Message to HttpRequestHandlingEndpointSupport
INT-2254 polishing
INT-2254 polishing
2011-11-21 08:35:54 -05:00
Mark Fisher
8060a39aa5
request-timeout replaced with reply-timeout for HTTP outbound-gateway
2011-11-21 07:47:04 -05:00
Mark Fisher
1c3df305d2
polishing
2011-11-17 16:41:28 -05:00
Gary Russell
a61b3617f3
INT-2035 Support Simple Cookie Handling
...
Initial commit - TODO: namspace.
Saves off Set-Cookie header in http_transferredCookie MessageHeader.
Transferred cookies are converted to Cookie: headers on subsequent
outbound messages, thus handling 3 or more interactions.
INT-2035 Namespace, Docs
Change boolean name; add namspace and documentation.
INT-2035 Docs
Added docs for cookie handling.
INT-2035 Polishing
Simplify implementation to just transfer Set-Cookie to
Cookie in the inbound side.
INT-2035 XSD Docs
Updated to reflect new implementation.
2011-11-17 16:36:32 -05:00
Oleg Zhurakousky
bb8409f96f
log WARN message for irrelevant extractPayload
...
Added a WARN log message to HttpRequestExecutingMessageHandler.
The warn message will let the user know that the 'extractPayload' attribute is meaningless if the provided 'httpMethod' will not send a request body.
2011-10-15 14:25:42 -04:00
Mark Fisher
19bad23055
Setters now expect a Map with Expression values
2011-09-29 13:47:11 -04:00
Mark Fisher
331e503e9d
Removed hardcoded "restTemplate" references.
2011-09-26 07:55:49 -04:00
Mark Fisher
b4c210691c
polishing
2011-09-02 16:01:37 -04:00
Oleg Zhurakousky
581f21f3eb
INT-1677 changed uriVariables to pathVariables, added parameterMap and parameters as well as HttpEntity to the EvauationContext
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
c07d62dadb
INT-1677 removed requirement for anID, polished schema, added more tests, tested with server
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
a6c85c1dd9
INT-1677 finished the namespace support for payload-expression attribute and header sub-element, added parser test
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
90a5936803
INT-1677 updated 2.1 schema with new 'payload-expression' attribute as well as 'header' element. Polished UriPathHandlerMapping to address comments from the review
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
7b1b273393
INT-1677 added UriPathHandlerMapping to aid ini support of 'path' attribute
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
75b32e1022
INT-1677 fixed thread safety for EvaluatioinContext since it has to be created per request due to the fact that we are adding request data to it
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
224db99c15
INT-1677 added support for expressions
2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
897bc887a1
INT-1677 work in progress
2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
bff8c9a9e6
INT-1677 added initial spell support for extracting Request data
2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
37f25dff40
INT-1677 added initial support for mapping inbound variables to Http Inbound Gateway
2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
935cd01d07
INT-1512 changed the type of ID attribute to be xsd:string in all related 2.1 schema files
2011-08-08 23:34:12 -04:00
Mark Fisher
3e71b5a83b
INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly
2011-08-05 11:07:20 -04:00
Mark Fisher
44d570f700
INT-1951 limiting the exclusion of a request body to GET requests for now
2011-07-15 11:40:56 -04:00
Oleg Zhurakousky
544a34bf28
INT-1951 polished HttpRequestExecutingMessageHandler to better handle the difference between PUT/POST and other Http methods
2011-07-15 10:04:42 -04:00
Oleg Zhurakousky
af7bc5ac74
INT-1951 fixed HttpRequestExecutingMessageHandler to ensure that it sets Content-Type only for POST and PUT requests
2011-07-12 13:28:50 -04:00
Mark Fisher
a419ba0bdc
INT-1933 added MapAccessor to outbound HTTP endpoint's SpEL EvaluationContext
2011-06-08 18:07:56 -04:00
Mark Fisher
4e1d3d2d93
removed redundant cast
2011-05-18 13:19:38 -04:00
Oleg Zhurakousky
e338233bae
INT-1890 added error-channel to HTTP Inboudn gateway/adapter
2011-05-04 19:54:37 -04:00
Oleg Zhurakousky
765503daa4
polishing, fixed warning messages
2011-05-03 19:20:57 -04:00
Oleg Zhurakousky
81b125d7e2
INT-1866 polishing
2011-05-03 18:46:26 -04:00
Oleg Zhurakousky
e812b6b0e3
INT-1866 polishing
2011-05-03 18:41:31 -04:00
Oleg Zhurakousky
7622fd9112
INT-1866 moved HeaderMapper building logic to parsers (part 2)
2011-05-03 18:39:01 -04:00
Oleg Zhurakousky
7ecd7c2490
INT-1866 moved HeaderMapper building logic to parsers
2011-05-03 18:26:49 -04:00
Oleg Zhurakousky
e74e55a691
INT-1866 Added ConversionService support to DefaultHttpHeaderMapper to allow custom non-string headers to be converted to Strings insteadof being discarded. Added warn messages if a header value can not be converted
2011-04-15 14:22:08 -04:00
Oleg Zhurakousky
0b5f3b20e4
INT-1815 added additional test cases for DefaultHttpHeaderMapper
2011-03-09 10:57:03 -05:00
Oleg Zhurakousky
f085a094c8
INT-1815 added support for ignoring user-defined prefix when mapping from HttpHeaders to MessageHeaders
2011-03-01 17:09:49 -05:00
Mark Fisher
c4dbad9ea4
Release version 2.0.3.RELEASE
2011-02-09 20:05:59 -06:00
Mark Fisher
6074f5744e
polishing
2011-02-04 15:55:52 -05:00
Mark Fisher
2346fa6f0a
polishing
2011-02-04 15:50:47 -05:00
Oleg Zhurakousky
fc00a926c0
INT-1752 added test cases to validate 'rest-template' attribute support
2011-01-29 11:34:26 -05:00
Oleg Zhurakousky
c4fe6f1c47
INT-1752 added initial support for allowing RestTemplate to be specified on HTTP outbound adapters/gateways
2011-01-28 15:54:28 -05:00
Oleg Zhurakousky
fba272adad
INT-1757 added support to be able to control HttpStatus via MessageHeaders for HTTP inbound gateway
2011-01-28 12:27:02 -05:00
Mark Fisher
1857d5b6c0
INT-1767 using MediaType.ALL as the default Accept when writing a response in HttpRequestHandlingMessagingGateway
2011-01-26 18:56:07 -05:00
Oleg Zhurakousky
64d8ba3b61
polished schema documentation
2011-01-24 12:52:24 -05:00
Oleg Zhurakousky
fe527cd4c5
INT-1751 fliped the way inbound/outboundHeaderNames are set on DefaultHttpHeaderMapper when botstrapping http inbound gateway/adapter
2011-01-24 12:43:39 -05:00
Oleg Zhurakousky
129df10cd6
INT-1751 added mapped-request/response-type attributes to http inbound gateway/adapter
2011-01-20 13:35:15 -05:00
Oleg Zhurakousky
8ee0af309f
INT-1753, INT-1754 added support for returning HttpStatus as MessageHeader rehgardles of the payload to the Http Outbound Gateway. Added support forreturning with HttpStatus set by downstream endpoint to Http Inbound Gateway
2011-01-19 20:31:05 -05:00
Oleg Zhurakousky
52a1439991
INT-1739 fixed HttpRequestHandlingEndpointSupport to call close() on ServletServerHttpResponse to make sure that mapped headers are written to the response
2011-01-18 19:02:15 -05:00
Mark Fisher
c52df8fb8c
INT-1722 renamed the 'userDefinedPrefix' property to 'userDefinedHeaderPrefix' for clarity since it is a prefix for user-defined headers (rather than emphasizing 'user-defined' as an adjective for the prefix itself)
2011-01-17 17:22:49 -05:00