fixed sample die to the refactoring and polishing done to the HTTP module

This commit is contained in:
Oleg Zhurakousky
2010-11-07 10:26:19 -05:00
parent 3e84c5a766
commit d2a7cfd62e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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>