This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-integration
Watch
1
Star
0
Fork
0
You've already forked spring-integration
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c90db4b078c95b1af6c6d6ca594571f1ee477d2e
spring-integration
/
org.springframework.integration.http
History
Mark Fisher
c90db4b078
DefaultOutboundRequestMapper now first checks for the Message header for the key: HttpHeaders.REQUEST_URL. If present, that URL will be used as the target. Otherwise, it will fallback to the default URL of the mapper instance (as passed to the constructor). Now, the request method is also determined by a header if available: HttpHeaders.REQUEST_METHOD. If that is not available, the default type is "POST". There is no longer any automatic mapping based on the content type of the Message payload. However, for a "PUT" or "POST" request, the payload must be a byte array, String, or Serializable instance. Other request types require a Map payload with String-typed keys and values. The Map may be empty, but if it is not the map's values will be appended to the URL in the form of a query string.
2009-03-20 15:29:33 +00:00
..
src
DefaultOutboundRequestMapper now first checks for the Message header for the key: HttpHeaders.REQUEST_URL. If present, that URL will be used as the target. Otherwise, it will fallback to the default URL of the mapper instance (as passed to the constructor). Now, the request method is also determined by a header if available: HttpHeaders.REQUEST_METHOD. If that is not available, the default type is "POST". There is no longer any automatic mapping based on the content type of the Message payload. However, for a "PUT" or "POST" request, the payload must be a byte array, String, or Serializable instance. Other request types require a Map payload with String-typed keys and values. The Map may be empty, but if it is not the map's values will be appended to the URL in the form of a query string.
2009-03-20 15:29:33 +00:00
.classpath
Added CommonsHttpRequestExecutor (INT-614).
2009-03-20 04:34:27 +00:00
.project
Added module for HTTP support
2009-01-30 20:47:13 +00:00
build.xml
Added module for HTTP support
2009-01-30 20:47:13 +00:00
ivy.xml
Added CommonsHttpRequestExecutor (INT-614).
2009-03-20 04:34:27 +00:00
pom.xml
synchronised dependencies from ivy.xml to Maven central poms for 1.0.2
2009-02-23 19:48:25 +00:00
template.mf
Added CommonsHttpRequestExecutor (INT-614).
2009-03-20 04:34:27 +00:00