xrp_coil

2012년 5월 23일 수요일

ClassCastException : cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest 해결.

업로드 파일을 처리하기 위해 request 를 MultipartHttpServletRequest 으로 캐스팅 하는 과정에서 Exception 이 난다.


(MultipartHttpServletRequest) request).getFile("returnFile")


java.lang.ClassCastException: org.apache.catalina.connector.RequestFacade cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest

해결방법은, dispatcher-servlet.xml에 bean 을 세팅해주면 된다.




이상.

댓글 없음:

댓글 쓰기