|
Re: [enhydra] Possible Bug in MultiPartMimeInputStream: msg#00015java.enhydra.general
Hi, we have applied your patch (regarding multipart request headers encoding)! In Enhydra 5, we have integrated your adaptation directly ("HTTPUtils" based encoding). I've already committed changes to public CVS! In Enhydra 6 (EAF), we have implemented a bit different approach (with idea to enable application (not EAF) specific encoding option). I've adapted 'MultipartMimeInputStream' and 'MultipartMimeInput' implementation. 'MultipartMimeInputStream': - has additional, encoding dependent, constructor (with your patch applied - MIME header initialization). protected MultipartMimeInputStream (BMByteSearchStream source, BMByteSearch sep, String encoding) throws IOException, MimeEOFException { ... } 'MultipartMimeInput': This 'MultipartMimeInputStream' constructor is meant to be called only from 'MultipartMimeInput'! Therefore, I had to make additional adaptation and implement, encoding dependent, 'MultipartMimeInput.nextPart' method (that should be used from your application code). public MultipartMimeInputStream nextPart(String encoding) throws MimeException { ... } Those changes will be included in next EAF (Enhydra) release! Thank you for your contribution! Regards, Slobodan Vujasinovic Enhydra Development Team João Paulo Ribeiro wrote: Hi! -- You receive this message as a subscriber of the enhydra@xxxxxxxxxxxxx mailing list. To unsubscribe: mailto:enhydra-unsubscribe@xxxxxxxxxxxxx For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [enhydra] Why not bigint instead of numeric(19,0) in postgresql and using Long instead of BigDecimal, João Paulo Ribeiro |
|---|---|
| Next by Date: | RE: [enhydra] Why not bigint instead of numeric(19,0) in postgresql and using Long instead of BigDecimal, Madl Alfred - Together AT |
| Previous by Thread: | [enhydra] Possible Bug in MultiPartMimeInputStream, João Paulo Ribeiro |
| Next by Thread: | [enhydra] Why not bigint instead of numeric(19,0) in postgresql and using Long instead of BigDecimal, João Paulo Ribeiro |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |