fixed sample die to the refactoring and polishing done to the HTTP module
This commit is contained in:
@@ -18,7 +18,7 @@ package org.springframework.integration.samples.multipart;
|
||||
import java.util.LinkedList;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
import org.springframework.integration.http.UploadedMultipartFile;
|
||||
import org.springframework.integration.http.multipart.UploadedMultipartFile;
|
||||
import org.springframework.util.LinkedMultiValueMap;
|
||||
/**
|
||||
* @author Oleg Zhurakousky
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
http-method="POST"
|
||||
extract-request-payload="true"/>
|
||||
|
||||
<bean id="headerMapper" class="org.springframework.integration.http.DefaultHttpHeaderMapper">
|
||||
<bean id="headerMapper" class="org.springframework.integration.http.support.DefaultHttpHeaderMapper">
|
||||
<property name="outboundHeaderNames" value="Content-Type"/>
|
||||
</bean>
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user