I posted a patch to the Tomcat-Dev list yesterday which should fix this problem. Apparently, nobody on the Tomcat-Dev list paid any attention to my post. The methods in question have been deprecated for some time.
I have gone out of my way to help FileUpload clients avoid exactly this kind of issue. It really ticks me off to see this kind of message, when I have gone to great lengths to make sure that the clients I know about are made aware of the changes before they happen. Get your own act together, Tomcat developers, before you start pointing the finger at those of us who really try hard to maintain compatibility across Jakarta projects. -- Martin Cooper On Wed, 4 Jun 2003, Remy Maucherat wrote: > FileUpload.setRepositoryPath(String) and FileItem(String) were removed > from the fileupload RC 1 release, which breaks the Tomcat 4.1.x and > 5.0.x build. The first method has no apparent replacement (but I didn't > try to dig around). > > This is clearly an unacceptable situation from the Tomcat perspective > :-( I'm hoping there can be positive solutions to the problem ... > > Remy > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
