-
May 6th, 2008, 02:05 PM
#1
Where is multipart and other stuff in 2.5.3
Where did these two classes go? What should I use instead?
1. org.springframework.web.multipart.support.DefaultM ultipartHttpServletRequest
2. org.springframework.web.servlet.DispatcherServlet
Last edited by testing123; May 6th, 2008 at 02:06 PM.
Reason: typo
-
May 6th, 2008, 02:35 PM
#2
I am sure its just a package change, can someone point me to where its new location is?
Last edited by testing123; May 6th, 2008 at 02:46 PM.
-
May 6th, 2008, 03:01 PM
#3
-
May 6th, 2008, 03:34 PM
#4
First off, thanks for the reply. I am upgrading from 2.0, I guess it was part of the spring.jar back then but is now separate? Thanks again for the help, in the future where would I go in order to see what is included in what jar (without ofcourse unjar everything)?
-
May 6th, 2008, 03:54 PM
#5
I've just checked the new spring.jar and you're right that it doesn't include these classes. I've been using the module libraries (spring-core.jar, spring-beans.jar, etc.) since 2.0 so if anything was removed from the main spring.jar file I wouldn't know.
As for knowing what is where, I'm checking the JAR contents manually. Maybe it's documented somewhere, but I haven't looked for it.
Cheers,
GB
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules