Re: Change request
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, >1) Copy the class to my contrib code. A bad solution... code duplication >2) Move MyMultipartRequest to barracuda-contrib.jar >3) Move MyMultipartRequest to org.enhydra.barracuda.core.util.http. > >Since MyMultipartRequest is dependent on cos.jar, this should also be >moved. > >I'd prefer 2) or 3). What do you think about it? > > I'd be for 3, and I would have done that, but unfortunately cos.jar is not free licensed - the author requires developers to buy his book on j2ee or something like that. To prevent legal hassle, I left it in my contrib-packages, so noboy accidentially uses it when using barracuda-core. If somebody can point me to a free multipart request implementation, I'd port MyMultipartRequest and put it under core.util.http. Regards, Diez