Re: TurbineUploadService compatibility issues
Thomas Vandahl <[email protected]> Tue, 01 Nov 2011 19:20:41 +0100
| Newsgroups | gmane.comp.jakarta.turbine.user |
|---|---|
| Message-ID | <[email protected]> |
On 31.10.11 19:42, Asha wrote: > Hello, > > We have been using Turbine-2.3.2 with Tomcat 6 till now. > But I am working to move to Tomcat 7. > Our upload functionality utilizes TurbineUploadService.parseRequest > is broken. > When uploading a file, it just displays a message 'Connecting to > server'. > I tried debugging, but could not find any exception. > This functionality works fine with Tomcat 6 and Turbine-2.3.2. > > Do I need to switch to Turbine-2.3.3 or later? > Do I need to make any other changes to make it work in this configuration? > Any pointers will be greatly appreciated. I'm not aware of any problems with this service, nor with Tomcat 7 at all. Turbine makes use of the commons-fileupload library, basically one-to-one. You may want to look into the changelog of this library. I can say for sure that Turbine 2.3.3 applications in general work fine with Tomcat 7. Bye, Thomas.