Change request
Stefan Armbruster <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, in Diez' contrib webapp is a class MyMultipartRequest.java. Since im extending my contrib application to deal with multipart forms, I need to use this class. It is now located under Diez' webapp dir and not in barracuda-contrib.jar, so I can't use it directly. IMHO there are three options: 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? Regards, Stefan